Skip to content

Commit ae41fe7

Browse files
authored
Merge pull request #381 from iclanton/update-node-range
Update the node supported version range.
2 parents a0bfc37 + 49d419b commit ae41fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* LTS schedule: https://nodejs.org/en/about/releases/
4343
* LTS versions: https://nodejs.org/en/download/releases/
4444
*/
45-
"nodeSupportedVersionRange": ">=14.15.0 <15.0.0 || >=16.13.0 <17.0.0 || >=18.15.0 <19.0.0",
45+
"nodeSupportedVersionRange": ">=16.13.0 <17.0.0 || >=18.15.0 <19.0.0 || >=20.9.0 <21.0.0",
4646

4747
/**
4848
* If the version check above fails, Rush will display a message showing the current

0 commit comments

Comments
 (0)