Skip to content

Commit 5a7eac4

Browse files
authored
fix: update min Node.js support to 20.19, 22.12, and 24.0
Bumps the minimum Node.js support for `@angular/cli`. This update ensures compatibility with a growing number of upstream dependencies, such as Undici and Pacote, that are adopting newer Node.js versions. These versions where selected as `require(esm)` is enabled by default. This change also prepares us for future package releases that will likely rely on this behavior.
1 parent 56b1315 commit 5a7eac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"packageManager": "[email protected]",
1717
"engines": {
18-
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
18+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
1919
},
2020
"author": "David Herges <[email protected]>",
2121
"license": "MIT",

0 commit comments

Comments
 (0)