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

fix: Match node versions across dev, github actions so it works with mise, asdf and so on #973

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

richtera
Copy link
Contributor

What does this PR introduce?

🐛 Bug

Currently the project will not work on a machine with mise or asdf
due to the fact that the .tool-versions points to node 16.x which is no
longer compatible with most of the npm modules.

Along the way I also found that a lot of the github actions were still using
the old actions/setup-node@v2 and actions/setup-node@v3 as well
as specifying node 16.x

PR Checklist

  • Wrote Tests
  • Wrote & Generated Documentation (readme/natspec/dodoc)
  • Ran npm run lint && npm run lint:solidity (solhint)
  • Ran npm run format (prettier)
  • Ran npm run build
  • Ran npm run test

Copy link
Member

@CJ42 CJ42 left a comment

Choose a reason for hiding this comment

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

Nice that was indeed needed! 🙌🏻

@CJ42 CJ42 merged commit 0c5f496 into develop Sep 3, 2024
1 check passed
@CJ42 CJ42 deleted the fix/node-version branch September 3, 2024 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants