Skip to content

Commit 0ab5ed9

Browse files
author
Angular Builds
committed
ed92841 fix(@angular/cli): add Node.js 24 as supported version
1 parent e8a4bc0 commit 0ab5ed9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/schematics-cli",
3-
"version": "20.1.0-next.0+sha-e29c6a2",
3+
"version": "20.1.0-next.0+sha-ed92841",
44
"description": "Angular Schematics - CLI",
55
"homepage": "https://github.com/angular/angular-cli",
66
"bin": {
@@ -33,7 +33,7 @@
3333
},
3434
"packageManager": "[email protected]",
3535
"engines": {
36-
"node": "^20.11.1 || >=22.11.0",
36+
"node": "^20.11.1 || ^22.11.0 || >=24.0.0",
3737
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
3838
"yarn": ">= 1.13.0"
3939
},

uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Tue May 06 2025 14:26:32 GMT+0000 (Coordinated Universal Time)
1+
Tue May 06 2025 18:24:12 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)