Skip to content

Commit

Permalink
Fix audit
Browse files Browse the repository at this point in the history
Ignore the audit vulnerability since it won't affect us.
  • Loading branch information
junderw authored Jun 15, 2024
1 parent 8c88016 commit 2a17aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
registry-url: https://registry.npmjs.org/
cache: 'npm'
- run: npm ci
- run: npm run audit
- run: npm run audit -- -x 1097496
coverage:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2a17aec

Please sign in to comment.