Skip to content

Commit

Permalink
CI: Use npm install --no-audit to speed up installation on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 2, 2022
1 parent 6d97d2c commit be9dd04
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 @@ -35,7 +35,7 @@ jobs:
npm --version
- name: Install package
run: npm install
run: npm install --no-audit --verbose

- name: Run tests
run: npm test
Expand Down

0 comments on commit be9dd04

Please sign in to comment.