Skip to content

Commit

Permalink
chore(ci): fix audit, noissue
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSwitch committed Sep 2, 2024
1 parent 6f816e5 commit e334843
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 24 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ name: NPM Audit
on: [push]

jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
- run: npm audit
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
package*.json
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm audit
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e334843

Please sign in to comment.