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

Drop support for non-active versions of Node #572

Merged
merged 1 commit into from
Mar 15, 2023
Merged

Conversation

nlfurniss
Copy link
Collaborator

Part of #455

@nlfurniss nlfurniss marked this pull request as ready for review March 15, 2023 03:37
@chriskrycho chriskrycho merged commit fceac99 into main Mar 15, 2023
@chriskrycho chriskrycho deleted the drop-old-node branch March 15, 2023 14:21
@@ -70,7 +70,7 @@
"webpack": "^5.76.1"
},
"engines": {
"node": "14.* || 16.* || >= 18"
"node": ">= 18"
Copy link
Collaborator

Choose a reason for hiding this comment

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

I realized after merging* that we actually… want 16 || >= 18, since 16 is still supported until September.

@SergeAstapov
Copy link
Collaborator

@nlfurniss @chriskrycho please note, after #526 this is not a breaking change and actually just internal

@chriskrycho
Copy link
Collaborator

Ha! Yep, literally as you were commenting I was changing the label. 😁

@chriskrycho chriskrycho mentioned this pull request Mar 15, 2023
6 tasks
@SergeAstapov SergeAstapov changed the title [BREAKING] Drop support for non-active versions of Node Drop support for non-active versions of Node Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants