Skip to content

Commit

Permalink
Merge pull request #381 from iclanton/update-node-range
Browse files Browse the repository at this point in the history
Update the node supported version range.
  • Loading branch information
iclanton authored May 28, 2024
2 parents a0bfc37 + 49d419b commit ae41fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* LTS schedule: https://nodejs.org/en/about/releases/
* LTS versions: https://nodejs.org/en/download/releases/
*/
"nodeSupportedVersionRange": ">=14.15.0 <15.0.0 || >=16.13.0 <17.0.0 || >=18.15.0 <19.0.0",
"nodeSupportedVersionRange": ">=16.13.0 <17.0.0 || >=18.15.0 <19.0.0 || >=20.9.0 <21.0.0",

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

0 comments on commit ae41fe7

Please sign in to comment.