Skip to content

Commit

Permalink
build(compiler): update supported range of node versions to be less r…
Browse files Browse the repository at this point in the history
…estrictive (#42205)

Update the supported range of node versions for to be less restrictive, no longer causing
yarn or npm to fail engine's checks for future versions of node.

While this change will no longer cause yarn or npm to fail these engine's check, this does
not reflect a change in the officially supported versions of node for Angular.  Angular
continues to maintain support for Active LTS and Maintenance LTS versions of node.

PR Close #42205
  • Loading branch information
josephperrott authored and zarend committed May 25, 2021
1 parent d465057 commit 2a597a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": "^12.14.1 || ^14.0.0"
"node": "^12.14.1 || >=14.0.0"
},
"dependencies": {
"tslib": "^2.1.0"
Expand Down

0 comments on commit 2a597a6

Please sign in to comment.