We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3be065 commit 5b0f25eCopy full SHA for 5b0f25e
.github/workflows/fuzz.yml
@@ -21,6 +21,7 @@ jobs:
21
cache: npm
22
node-version: "18"
23
24
- - run: npm install -g npm
+ # npm@9 may fail with https://github.com/npm/cli/issues/6723
25
+ - run: npm install -g npm@8
26
- run: npm ci
27
- run: npm run test:fuzz
0 commit comments