Skip to content

Commit 5b463f4

Browse files
josephperrottthePunderWoman
authored andcommitted
fix(compiler-cli): update supported range of node versions to only include LTS versions (#41822)
Update the supported range of node versions for Angular to only include supported LTS versions. PR Close #41822
1 parent f2b6fd8 commit 5b463f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"license": "MIT",
4343
"engines": {
44-
"node": ">=12.14.1 <16.0.0"
44+
"node": "^12.14.1 || ^14.0.0"
4545
},
4646
"bugs": {
4747
"url": "https://github.com/angular/angular/issues"

0 commit comments

Comments
 (0)