Skip to content

Commit 103d517

Browse files
committed
build: update minimum development Node.js versions
With Node.js v18 approaching End-of-Life on 2025-04-30, the minimum supported versions for development have been updated to `^20.11.1 || ^22.11.0`. This change does not affect published packages.
1 parent 1618595 commit 103d517

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.5
1+
22.11.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"bugs": "https://github.com/angular/angular/issues",
88
"license": "MIT",
99
"engines": {
10-
"node": "^18.19.1 || ^20.11.1",
10+
"node": "^20.11.1 || ^22.11.0",
1111
"yarn": ">=1.22.4 <2",
1212
"npm": "Please use yarn instead of NPM to install dependencies"
1313
},

0 commit comments

Comments
 (0)