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

BREAKING: Increase minimum Node.js version to 16 #173

Merged
merged 2 commits into from
Aug 25, 2023

Conversation

legobeat
Copy link
Contributor

@legobeat legobeat commented Aug 22, 2023

This unblocks:

Node.js 20 cant be tested right now unless --ignore-engines is added to yarn install in ci due to MetaMask/eslint-config#290 (comment).

@legobeat legobeat changed the title BREAKING: Remove support for Node.js 14,15,17,19 BREAKING: Increase minimum Node.js version to 16 Aug 22, 2023
@legobeat legobeat marked this pull request as ready for review August 22, 2023 22:19
@legobeat legobeat requested a review from a team as a code owner August 22, 2023 22:19
@legobeat legobeat requested review from a team August 22, 2023 22:47
@legobeat legobeat requested review from mcmire, matthewwalsh0, vinistevam, jpuri, OGPoyraz and Gudahtt and removed request for mcmire August 24, 2023 05:59
@@ -63,7 +63,7 @@
"typescript": "~4.8.4"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.20 || ^18.16"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"node": ">=16.20 || ^18.16"
"node": ">=16.20 || ^18.17"

@legobeat legobeat merged commit 06ef459 into MetaMask:main Aug 25, 2023
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