WCN-2442: Drop Node.js versions past EOL from engines field - #9614
Merged
Conversation
Node 20 reached end-of-life on 2026-04-30. Raise the engines.node floor across all modules to >=22, the current minimum LTS line. Ticket: WCN-2442
Node 20 reached end-of-life on 2026-04-30. Remove it from the unit-test matrix and bump the remaining hardcoded node-version: 20 setup steps to 22, matching the new engines.node floor. Ticket: WCN-2442
Contributor
zahin-mohammad
previously approved these changes
Aug 31, 2026
Reflect the engines.node bump to >=22: drop Node 20 from the documented support policy and tested-versions list. Ticket: WCN-2442
gokulhost
force-pushed
the
WCN-2442-drop-eol-node-versions
branch
from
August 31, 2026 21:17
42964a9 to
7c7961a
Compare
3 tasks
pritam-gembali
approved these changes
Aug 31, 2026
therealdwright
approved these changes
Aug 31, 2026
pranishnepal
approved these changes
Sep 1, 2026
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.
Summary
engines.nodelower bound from>=20to>=22across all 93 modules that declare it.20.xfrom the CIunit-testmatrix and bumps the two hardcodednode-version: 20setup steps to22.Test plan
package.jsonfiles remain valid JSONnode-version: 20/20.xreferences in.github/workflows/*.yml[22.x, 24.x])Ticket: WCN-2442