feat(compiler-cli): require node 10 as runtime engine (#34722)
Similar to c602563 this commit aligns the node.js version requirements of the Angular compiler with Angular CLI. PR Close #34722
This commit is contained in:
parent
03465b621b
commit
d15cf60c49
@ -28,7 +28,7 @@
|
|||||||
"typescript": ">=3.6 <3.8"
|
"typescript": ">=3.6 <3.8"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0"
|
"node": ">=10.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user