Skip to content

Commit 590d4dd

Browse files
josephperrottzarend
authored andcommitted
feat(localize): update supported range of node versions (#41544)
Update the supported range of node versions for Angular. Angular now supports node >=12.14.1 to <16.0.0, dropping support for Node v10. PR Close #41544
1 parent 86621be commit 590d4dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/localize/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
},
1010
"author": "angular",
1111
"license": "MIT",
12+
"engines": {
13+
"node": ">=12.14.1 <16.0.0"
14+
},
1215
"repository": {
1316
"type": "git",
1417
"url": "https://github.com/angular/angular.git"
@@ -25,9 +28,6 @@
2528
"**/init.js",
2629
"**/localize-init.umd.js"
2730
],
28-
"engines": {
29-
"node": ">=8.0"
30-
},
3131
"dependencies": {
3232
"@babel/core": "7.8.3",
3333
"glob": "7.1.2",

0 commit comments

Comments
 (0)