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:

committed by
Andrew Kushnir

parent
3897fb9014
commit
7b77b3d62e
@ -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",
|
||||||
|
Reference in New Issue
Block a user