Skip to content

Commit 2466f7e

Browse files
author
Angular Builds
committed
5e90c1b fix(@angular/cli): remove Node.js v18 support
1 parent 5aa024a commit 2466f7e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

blank/project-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"typescript": "~5.7.2"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^18.18.0",
21+
"@types/node": "^20.17.19",
2222
"@types/jasmine": "~5.1.0",
2323
"jasmine": "^5.0.0"
2424
}

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": "20.0.0-next.0+sha-4255779",
3+
"version": "20.0.0-next.0+sha-5e90c1b",
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#4255779",
25-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#4255779",
24+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#5e90c1b",
25+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#5e90c1b",
2626
"@inquirer/prompts": "7.3.2",
2727
"ansi-colors": "4.1.3",
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 || >=22.0.0",
36+
"node": "^20.11.1 || >=22.0.0",
3737
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
3838
"yarn": ">= 1.13.0"
3939
},

schematic/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"typescript": "~5.7.2"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^18.18.0",
21+
"@types/node": "^20.17.19",
2222
"@types/jasmine": "~5.1.0",
2323
"jasmine": "~5.6.0"
2424
}

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed Feb 19 2025 22:44:32 GMT+0000 (Coordinated Universal Time)
1+
Thu Feb 20 2025 18:46:02 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)