feat(router): 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:13:09 -07:00 committed by Zach Arend
parent c901b4d11f
commit c30b171d20
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
}, },
"author": "angular", "author": "angular",
"license": "MIT", "license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
},
"bugs": { "bugs": {
"url": "https://github.com/angular/angular/issues" "url": "https://github.com/angular/angular/issues"
}, },