Skip to content

Commit fe4809d

Browse files
author
Angular Builds
committed
4087728 feat(@angular/cli): support for Node.js v22
1 parent 2a4b4bb commit fe4809d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/schematics-cli",
3-
"version": "18.0.0-next.3+sha-ffb5428",
3+
"version": "18.0.0-next.3+sha-4087728",
44
"description": "Angular Schematics - CLI",
55
"homepage": "https://github.com/angular/angular-cli",
66
"bin": {
@@ -21,8 +21,8 @@
2121
],
2222
"schematics": "./collection.json",
2323
"dependencies": {
24-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#ffb5428",
25-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#ffb5428",
24+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#4087728",
25+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#4087728",
2626
"ansi-colors": "4.1.3",
2727
"inquirer": "9.2.19",
2828
"symbol-observable": "4.0.0",
@@ -33,7 +33,7 @@
3333
"url": "https://github.com/angular/angular-cli.git"
3434
},
3535
"engines": {
36-
"node": "^18.19.1 || >=20.11.1",
36+
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
3737
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
3838
"yarn": ">= 1.13.0"
3939
},

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Thu Apr 25 2024 07:56:01 GMT+0000 (Coordinated Universal Time)
1+
Thu Apr 25 2024 12:08:49 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)