Skip to content

Commit

Permalink
update Node version to 18.x in GitHub Actions workflow
Browse files Browse the repository at this point in the history
This change addresses build failures caused by a transitive dependency ([email protected]) requiring Node >=18.0.0. Previously, our CI was running Node 14.x, which was incompatible with the latest dependency updates coming through packages such as ethereum-cryptography and ganache.
  • Loading branch information
lrsaturnino committed Feb 7, 2025
1 parent e09c927 commit 6423f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ below.

Please make sure you have the following prerequisites installed on your machine:

- https://nodejs.org[Node.js] >14.17.4
- https://nodejs.org[Node.js] >=18.0.0
- https://yarnpkg.com[Yarn] >1.22.10

=== Build contracts
Expand Down

0 comments on commit 6423f59

Please sign in to comment.