Skip to content

Commit

Permalink
fix(compiler-cli): update supported range of node versions to only in…
Browse files Browse the repository at this point in the history
…clude LTS versions (#41822)

Update the supported range of node versions for Angular to only include supported LTS versions.

PR Close #41822
  • Loading branch information
josephperrott authored and thePunderWoman committed Apr 26, 2021
1 parent bce3194 commit b9276ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-cli/package.json
Expand Up @@ -41,7 +41,7 @@
],
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"bugs": {
"url": "https://github.com/angular/angular/issues"
Expand Down

0 comments on commit b9276ea

Please sign in to comment.