Skip to content

Commit

Permalink
fix(language-service): update supported range of node versions to onl…
Browse files Browse the repository at this point in the history
…y include 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 ff4f77b commit c3990b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-service/package.json
Expand Up @@ -7,7 +7,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c3990b4

Please sign in to comment.