Skip to content

Commit c21ed6c

Browse files
committed
Start testing with Node 24.
1 parent ebbbc08 commit c21ed6c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- NodeVersion: 22.19.x
2222
NodeVersionDisplayName: 22
2323
OS: ubuntu-latest
24+
- NodeVersion: 24.9.x
25+
NodeVersionDisplayName: 24
26+
OS: ubuntu-latest
2427
- NodeVersion: 22.19.x
2528
NodeVersionDisplayName: 22
2629
OS: windows-latest

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",
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",
4646

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

0 commit comments

Comments
 (0)