Skip to content

Commit

Permalink
Use npm ci instead of npm install (#4252)
Browse files Browse the repository at this point in the history
As suggested by @ogonkov in
#4252 (comment)
  • Loading branch information
jgonggrijp committed Feb 11, 2022
1 parent d3374d5 commit 87a9486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: |
npm install --no-audit
npm ci
npm install --no-audit karma-cli karma-sauce-launcher
- name: Test
run: npm test
Expand Down

0 comments on commit 87a9486

Please sign in to comment.