-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: remove support for VS2015 in Node.js >=19 #2746
Conversation
/cc @nodejs/build @nodejs/npm @nodejs/releasers We will need to coordinate an npm release with this change, its inclusion in v19.0.0, and adaptations to the Node.js CI. |
I think this is something we should do regardless of issues with V8, to prepare users for Node.js 20. Visual Studio 2015 will be out of support on Oct 14, 2025, before the 20.x EoL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but I wonder if the commit message should mark this as a breaking change (we're using conventional commits for release-please).
I thought about it but since it only applies to an unreleased version of node, I thought it could not really break anyone |
But feel free to land as breaking, I have no strong opinion on that |
Ah good point about it referring to an unreleased version. I'm okay with it landing just as a feat (i.e. Node.js 19 support). |
Refs: nodejs/node#37472