doc: update supported Windows SDK version to 11#61973
Open
MikeMcC399 wants to merge 1 commit intonodejs:mainfrom
Open
doc: update supported Windows SDK version to 11#61973MikeMcC399 wants to merge 1 commit intonodejs:mainfrom
MikeMcC399 wants to merge 1 commit intonodejs:mainfrom
Conversation
Collaborator
|
Review requested:
|
371881e to
0814a5b
Compare
StefanStojanovic
approved these changes
Feb 25, 2026
This comment was marked as resolved.
This comment was marked as resolved.
Contributor
|
Can you please amend the commit message so it fits our guidelines? node/doc/contributing/pull-requests.md Lines 170 to 171 in e0375be |
0814a5b to
138d74e
Compare
Contributor
Author
|
Apologies for the commit message oversight! I based the change on your second suggestion. Edit: I didn't use "minimum" after all, as there is currently no higher version than Windows SDK 11. I changed it to "supported" instead. |
cjihrig
approved these changes
Feb 25, 2026
138d74e to
8bb3304
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs: #61864
Situation
The Supported toolchains section of the
BUILDING.mddocument specifies:and this includes the Windows 10 SDK (10.0.19041.0) which is out of support since 2025-10-14.
Change
Update the Supported toolchains section of the
BUILDING.mddocument to remove the Windows 10 SDK:Impact should be minimal, since the Windows 11 SDK "can target Windows 11, version 25H2, in addition to previous Windows releases." See also Windows SDK System requirements.
This is however a
semver-majorchange that applies only to themainbranch and may not be backported to existing release lines. It is intended for use in the upcoming Node.js 26.x release only.(PR #61864 is the non-
semver-majorPR to flow into v25.x and be backported to v24.x.)