Skip to content

Commit

Permalink
Merge pull request #2113 from bitcoinjs/junderw-patch-3
Browse files Browse the repository at this point in the history
Fix audit
  • Loading branch information
junderw authored Jun 15, 2024
2 parents 8c88016 + 2a17aec commit d54a0d0
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 d54a0d0

Please sign in to comment.