Skip to content

Commit e5e80f4

Browse files
mikehardericlanton
authored andcommitted
Add Node 12 to supported version range
1 parent b34c925 commit e5e80f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rush.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
* Specify a SemVer range to ensure developers use a NodeJS version that is appropriate
7070
* for your repo.
7171
*/
72-
"nodeSupportedVersionRange": ">=8.9.4 <9.0.0 || >=10.13.0 <11.0.0",
72+
"nodeSupportedVersionRange": ">=8.9.4 <9.0.0 || >=10.13.0 <11.0.0 || >=12.0.0 <13.0.0",
7373

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

0 commit comments

Comments
 (0)