Skip to content

Commit

Permalink
Run npm ci instead of npm i in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Fiordeponti committed Dec 5, 2023
1 parent 47d3ed5 commit e38f7c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Install depedencies
run: npm i
run: npm ci
- name: Run tests
run: npm run test
continue-on-error: false
Expand Down
7 changes: 5 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e38f7c3

Please sign in to comment.