Skip to content

Commit c8f51d3

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "20.1.0-next.0+sha-e29c6a2",
3+
"version": "20.1.0-next.0+sha-ed92841",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
@@ -138,7 +138,7 @@
138138
},
139139
"packageManager": "pnpm@9.15.6",
140140
"engines": {
141-
"node": "^20.11.1 || >=22.11.0",
141+
"node": "^20.11.1 || ^22.11.0 || >=24.0.0",
142142
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
143143
"yarn": ">= 1.13.0"
144144
},

src/utils/normalize-cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.normalizeCacheOptions = normalizeCacheOptions;
1111
const node_path_1 = require("node:path");
1212
/** Version placeholder is replaced during the build process with actual package version */
13-
const VERSION = '20.1.0-next.0+sha-e29c6a2';
13+
const VERSION = '20.1.0-next.0+sha-ed92841';
1414
function hasCacheMetadata(value) {
1515
return (!!value &&
1616
typeof value === 'object' &&

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Tue May 06 2025 14:26:16 GMT+0000 (Coordinated Universal Time)
1+
Tue May 06 2025 18:24:00 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)