Skip to content

Commit e334843

Browse files
committed
chore(ci): fix audit, noissue
1 parent 6f816e5 commit e334843

File tree

2 files changed

+27
-24
lines changed

2 files changed

+27
-24
lines changed

.github/workflows/audit.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ name: NPM Audit
33
on: [push]
44

55
jobs:
6-
audit:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-node@v3
11-
with:
12-
node-version: 12
13-
- run: npm audit
6+
audit:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
with:
11+
sparse-checkout: |
12+
package*.json
13+
- uses: actions/setup-node@v4
14+
with:
15+
node-version: 20
16+
- run: npm audit

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)