feat(language-service): 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
a0006a6bfb
commit
86621bec58
|
@ -6,6 +6,9 @@
|
||||||
"typings": "./index.d.ts",
|
"typings": "./index.d.ts",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue