Skip to content

Commit

Permalink
fix(platform-browser-dynamic): update supported range of node version…
Browse files Browse the repository at this point in the history
…s to only 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 658ed1f commit bc45029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/platform-browser-dynamic/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"dependencies": {
"tslib": "^2.1.0"
Expand Down

0 comments on commit bc45029

Please sign in to comment.