We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae16b7 commit f829273Copy full SHA for f829273
.github/workflows/fuzz.yml
@@ -22,6 +22,7 @@ jobs:
22
node-version: "18"
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"
26
- run: npm install -g npm@8
27
- run: npm ci
28
- run: npm run test:fuzz
0 commit comments