[fuzzing] Fix CI
This commit is contained in:
parent
05ef48bf7f
commit
b396f13359
|
@ -7,9 +7,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
# workaround for https://github.com/NomicFoundation/hardhat/issues/3877
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 18.15
|
||||
- run: npm install
|
||||
- run: npm test
|
||||
- uses: actions/cache@v3
|
||||
|
|
Loading…
Reference in New Issue