mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-02-07 14:13:28 +00:00
[fuzzing] Fix CI
This commit is contained in:
parent
05ef48bf7f
commit
b396f13359
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user