Skip to content

Commit

Permalink
ci: pin node version to 18.5
Browse files Browse the repository at this point in the history
Fixes flaky hardhat compilation until a node release is made
NomicFoundation/hardhat#3877
  • Loading branch information
0xalpharush committed Apr 28, 2023
1 parent aa25d95 commit b4fda2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "^1.18.1"


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

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

Expand Down

0 comments on commit b4fda2f

Please sign in to comment.