Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update Node version to 18.x in GitHub Actions workflow (#836)
Update the GitHub Actions CI configuration to use Node 18.x instead of 14.x. 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. No changes to the application code are included; this update only affects the CI configuration.
- Loading branch information