Skip to content

Commit 6631520

Browse files
committed
update fuzz.yml
1 parent d8464eb commit 6631520

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/fuzz.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Setup Node.js
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v4
2020
with:
2121
cache: npm
22-
node-version: "18"
22+
node-version: "20"
2323

2424
# npm@9 may fail with https://github.com/npm/cli/issues/6723
2525
# npm@10 may fail with "GitFetcher requires an Arborist constructor to pack a tarball"

0 commit comments

Comments
 (0)