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 3280c01
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
with:
sparse-checkout: |
package*.json
- uses: actions/setup-node@v4
with:
node-version: 12
node-version: 20
- run: npm audit

0 comments on commit 3280c01

Please sign in to comment.