Skip to content

Commit 3fda710

Browse files
authored
Merge pull request microsoft#863 from Microsoft/pgonzal/revert-rush.json
Temporarily restore the old nodeSupportedVersionRange in rush.json
2 parents 8a9cb7b + 6be8fec commit 3fda710

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
@@ -57,7 +57,7 @@
5757
* Specify a SemVer range to ensure developers use a NodeJS version that is appropriate
5858
* for your repo.
5959
*/
60-
"nodeSupportedVersionRange": ">=8.9.4 <9.0.0",
60+
"nodeSupportedVersionRange": ">=6.9.0 <7.0.0 || >=8.9.4 <9.0.0",
6161

6262
/**
6363
* If you would like the version specifiers for your dependencies to be consistent, then

0 commit comments

Comments
 (0)