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

feat: add support for node.js v20 #370

Merged
merged 15 commits into from
Dec 13, 2023
Merged

feat: add support for node.js v20 #370

merged 15 commits into from
Dec 13, 2023

Conversation

douglance
Copy link
Contributor

@douglance douglance commented Oct 26, 2023

Replaces the node v18 PR with this one to upgrade to node v20.

  • Does a minor bump on hardhat
    • required because the previous version of hardhat was incompatible with node v20
  • Updates CI to use node v20

closes #297

@cla-bot cla-bot bot added the cla-signed label Oct 26, 2023
@spsjvc spsjvc changed the title chore: upgrade hardhat for node v20 support feat: add support for node.js v20 Dec 12, 2023
package.json Outdated
@@ -91,4 +91,4 @@
"files": [
"dist/**/*"
]
}
}
Copy link
Member

Choose a reason for hiding this comment

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

nitpick but let's bring back the newline character

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Is this still necessary now that we have matrix?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nope. deleted 33cb6fd

Copy link
Member

@spsjvc spsjvc left a comment

Choose a reason for hiding this comment

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

noice

@spsjvc spsjvc merged commit 382e554 into main Dec 13, 2023
16 checks passed
@spsjvc spsjvc deleted the upgrade-to-node-20 branch December 13, 2023 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the SDK work on node v20 by 6 Feb 2024
3 participants