Skip to content

Commit 658ed1f

Browse files
josephperrottthePunderWoman
authored andcommitted
fix(localize): 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 9b6198c commit 658ed1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/localize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "angular",
1111
"license": "MIT",
1212
"engines": {
13-
"node": ">=12.14.1 <16.0.0"
13+
"node": "^12.14.1 || ^14.0.0"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)