Skip to content

Commit

Permalink
fix(router): update supported range of node versions to only include …
Browse files Browse the repository at this point in the history
…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 1224726 commit 961296a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/package.json
Expand Up @@ -14,7 +14,7 @@
"author": "angular",
"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 961296a

Please sign in to comment.