feat(compiler-cli): 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:
parent
e0250e567a
commit
b7bd23817e
@ -30,9 +30,6 @@
|
|||||||
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
||||||
"typescript": ">=4.2.3 <4.3"
|
"typescript": ">=4.2.3 <4.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
|
||||||
"node": ">=10.0"
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/angular/angular.git",
|
"url": "https://github.com/angular/angular.git",
|
||||||
@ -43,6 +40,9 @@
|
|||||||
"compiler"
|
"compiler"
|
||||||
],
|
],
|
||||||
"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"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user