Skip to content

Commit

Permalink
Use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans5958 committed Feb 5, 2024
1 parent 8d53043 commit 8f71e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8f71e06

Please sign in to comment.