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
03465b621b
commit
d15cf60c49
@@ -28,7 +28,7 @@
|
||||
"typescript": ">=3.6 <3.8"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0"
|
||||
"node": ">=10.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user