Skip to content

Commit

Permalink
feat(localize): update supported range of node versions (#41544)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
josephperrott authored and zarend committed Apr 14, 2021
1 parent 86621be commit 590d4dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/localize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
},
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
Expand All @@ -25,9 +28,6 @@
"**/init.js",
"**/localize-init.umd.js"
],
"engines": {
"node": ">=8.0"
},
"dependencies": {
"@babel/core": "7.8.3",
"glob": "7.1.2",
Expand Down

0 comments on commit 590d4dd

Please sign in to comment.