Skip to content

Commit 5b0f25e

Browse files
committed
use npm@8 for test:fuzz
1 parent a3be065 commit 5b0f25e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/fuzz.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
cache: npm
2222
node-version: "18"
2323

24-
- run: npm install -g npm
24+
# npm@9 may fail with https://github.com/npm/cli/issues/6723
25+
- run: npm install -g npm@8
2526
- run: npm ci
2627
- run: npm run test:fuzz

0 commit comments

Comments
 (0)