Skip to content

Commit

Permalink
Use npm ci instead if npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimver committed Apr 20, 2024
1 parent 7c5e71f commit 2560a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
${{ runner.os }}-node-
- name: Install npm dependencies
run: npm i
run: npm ci

- name: Build
run: npm run build
Expand Down

0 comments on commit 2560a8c

Please sign in to comment.