Skip to content

Commit 5e8dfcd

Browse files
committed
fixup! Start testing with Node 24.
1 parent 963029f commit 5e8dfcd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- NodeVersion: 22.19.x
2525
NodeVersionDisplayName: 22
2626
OS: ubuntu-latest
27-
- NodeVersion: 24.9.x
27+
- NodeVersion: 24.11.x
2828
NodeVersionDisplayName: 24
2929
OS: ubuntu-latest
30-
- NodeVersion: 22.19.x
31-
NodeVersionDisplayName: 22
30+
- NodeVersion: 24.11.x
31+
NodeVersionDisplayName: 24
3232
OS: windows-latest
3333
name: Node.js v${{ matrix.NodeVersionDisplayName }} (${{ matrix.OS }})
3434
runs-on: ${{ matrix.OS }}

rush.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.15.0 <19.0.0 || >=20.9.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.9.0 <25.0.0",
45+
"nodeSupportedVersionRange": ">=18.15.0 <19.0.0 || >=20.9.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.11.1 <25.0.0",
4646

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

0 commit comments

Comments
 (0)