Skip to content

Commit ebbbc08

Browse files
authored
Bump versions in the rush init template. (#5393)
1 parent 1627a83 commit ebbbc08

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush",
5+
"comment": "Bump the default Node and `pnpm` versions in the `rush init` template.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush"
10+
}

libraries/rush-lib/assets/rush-init/rush.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
2727
* for details about these alternatives.
2828
*/
29-
"pnpmVersion": "8.15.8",
29+
"pnpmVersion": "9.15.9",
3030

3131
/*[LINE "HYPOTHETICAL"]*/ "npmVersion": "6.14.15",
3232
/*[LINE "HYPOTHETICAL"]*/ "yarnVersion": "1.9.4",
@@ -42,7 +42,7 @@
4242
* LTS schedule: https://nodejs.org/en/about/releases/
4343
* LTS versions: https://nodejs.org/en/download/releases/
4444
*/
45-
"nodeSupportedVersionRange": ">=18.20.3 <19.0.0 || >=20.14.0 <21.0.0",
45+
"nodeSupportedVersionRange": ">=22.20.0 <23.0.0",
4646

4747
/**
4848
* If the version check above fails, Rush will display a message showing the current

0 commit comments

Comments
 (0)