Skip to content

Commit 91388ed

Browse files
committed
fixup! Start testing with Node 24.
1 parent 185621c commit 91388ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- NodeVersion: 22.19.x
2222
NodeVersionDisplayName: 22
2323
OS: ubuntu-latest
24-
- NodeVersion: 24.9.x
24+
- NodeVersion: 24.11.x
2525
NodeVersionDisplayName: 24
2626
OS: ubuntu-latest
27-
- NodeVersion: 22.19.x
28-
NodeVersionDisplayName: 22
27+
- NodeVersion: 24.11.x
28+
NodeVersionDisplayName: 24
2929
OS: windows-latest
3030
name: Node.js v${{ matrix.NodeVersionDisplayName }} (${{ matrix.OS }})
3131
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)