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:
Pete Bacon Darwin 2020-01-17 09:32:36 +00:00 committed by Andrew Kushnir
parent 03465b621b
commit d15cf60c49
1 changed files with 1 additions and 1 deletions

View File

@ -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",