Skip to content

Commit

Permalink
ci: pin node version to 18.5 (#137)
Browse files Browse the repository at this point in the history
* ci: pin node version to 18.5

Fixes flaky hardhat compilation until a node release is made
NomicFoundation/hardhat#3877

* fix version and lint
  • Loading branch information
0xalpharush authored May 1, 2023
1 parent aa25d95 commit 25a658a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ jobs:
with:
go-version: "^1.18.1"

- uses: actions/setup-node@v3
with:
node-version: 18.15

- name: Install Node dependencies
run: npm install -g hardhat truffle

Expand Down

0 comments on commit 25a658a

Please sign in to comment.