Skip to content

Commit 3280c01

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/audit.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ jobs:
66
audit:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-node@v3
9+
- uses: actions/checkout@v4
10+
with:
11+
sparse-checkout: |
12+
package*.json
13+
- uses: actions/setup-node@v4
1114
with:
12-
node-version: 12
15+
node-version: 20
1316
- run: npm audit

0 commit comments

Comments
 (0)