feat(upgrade): 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
fc597f1db5
commit
beafa22de9
|
@ -4,6 +4,9 @@
|
||||||
"description": "Angular - the library for easing update from v1 to v2",
|
"description": "Angular - the library for easing update from v1 to v2",
|
||||||
"author": "angular",
|
"author": "angular",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12.14.1 <16.0.0"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^2.1.0"
|
"tslib": "^2.1.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue