File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
common/changes/@microsoft/rush Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "changes" : [
3+ {
4+ "packageName" : " @microsoft/rush" ,
5+ "comment" : " Add support for Node 24 and bump the `rush init` template to default to Node 24." ,
6+ "type" : " none"
7+ }
8+ ],
9+ "packageName" : " @microsoft/rush"
10+ }
Original file line number Diff line number Diff line change 4242 * LTS schedule: https://nodejs.org/en/about/releases/
4343 * LTS versions: https://nodejs.org/en/download/releases/
4444 */
45- "nodeSupportedVersionRange" : " >=22.20.0 <23 .0.0" ,
45+ "nodeSupportedVersionRange" : " >=24.11.1 <25 .0.0" ,
4646
4747 /**
4848 * If the version check above fails, Rush will display a message showing the current
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import { RushConstants } from './RushConstants';
1717 * LTS schedule: https://nodejs.org/en/about/releases/
1818 * LTS versions: https://nodejs.org/en/download/releases/
1919 */
20- const UPCOMING_NODE_LTS_VERSION : number = 22 ;
20+ const UPCOMING_NODE_LTS_VERSION : number = 24 ;
2121const nodeVersion : string = process . versions . node ;
2222const nodeMajorVersion : number = semver . major ( nodeVersion ) ;
2323
You can’t perform that action at this time.
0 commit comments