Skip to content

Commit

Permalink
build: Update packages.
Browse files Browse the repository at this point in the history
Only fail the unpinned build if there are high or greater audit
warnings.
  • Loading branch information
manthey committed Jun 22, 2022
1 parent f6ebaf7 commit b4146c9
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 197 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# Delete the package-lock to test with the latest libraries allowed
- run: rm package-lock.json
- run: npm install
- run: npm audit
- run: npm audit --audit-level high
- run: npm run setup-website
- run: npm run ci-xvfb
- run: npm run ci-build-website
Expand Down
Loading

0 comments on commit b4146c9

Please sign in to comment.