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
This commit is contained in:
Joey Perrott 2021-04-12 12:12:51 -07:00 committed by Zach Arend
parent 86621bec58
commit 590d4dd578
1 changed files with 3 additions and 3 deletions

View File

@ -9,6 +9,9 @@
}, },
"author": "angular", "author": "angular",
"license": "MIT", "license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/angular/angular.git" "url": "https://github.com/angular/angular.git"
@ -25,9 +28,6 @@
"**/init.js", "**/init.js",
"**/localize-init.umd.js" "**/localize-init.umd.js"
], ],
"engines": {
"node": ">=8.0"
},
"dependencies": { "dependencies": {
"@babel/core": "7.8.3", "@babel/core": "7.8.3",
"glob": "7.1.2", "glob": "7.1.2",