Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update Node version to 18.x in GitHub Actions workflow #836

Merged

Conversation

lrsaturnino
Copy link
Contributor

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.

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.
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.
Copy link

@evandrosaturnino evandrosaturnino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lrsaturnino
Copy link
Contributor Author

README update of the NODE version, from >14 to >=18, will be updated on a different PR.

Copy link

@evandrosaturnino evandrosaturnino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lrsaturnino lrsaturnino merged commit c8744ce into main Feb 7, 2025
38 checks passed
@lrsaturnino lrsaturnino deleted the ci-update-node-version-to-18.x-in-gitHub-actions-workflow branch February 7, 2025 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants