Skip to content

Commit

Permalink
build: set npm audit severity threshold to high
Browse files Browse the repository at this point in the history
Signed-off-by: Vojtech Masek <[email protected]>
  • Loading branch information
vmasek committed Oct 14, 2024
1 parent b0962ea commit 2c17770
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 @@ -22,7 +22,7 @@ jobs:
node-version-file: .nvmrc
cache: npm
- name: Audit production dependencies
run: npm audit --omit=dev --omit=optional
run: npm audit --omit=dev --omit=optional --log-level=high

format:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2c17770

Please sign in to comment.