Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Node version to 18.x in GitHub Actions workflow
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