From 8f71e0683221310e32661c1b1634399858bde75f Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Mon, 5 Feb 2024 11:03:30 +0700 Subject: [PATCH] Use `npm ci` --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1b15080..76f8eb32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: ${{ runner.os }}-node- - name: Install dependencies - run: npm install + run: npm ci - name: Compile run: |