We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8464eb commit 6631520Copy full SHA for 6631520
.github/workflows/fuzz.yml
@@ -14,12 +14,12 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- name: Setup Node.js
19
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
20
with:
21
cache: npm
22
- node-version: "18"
+ node-version: "20"
23
24
# npm@9 may fail with https://github.com/npm/cli/issues/6723
25
# npm@10 may fail with "GitFetcher requires an Arborist constructor to pack a tarball"
0 commit comments