diff --git a/.travis.yml b/.travis.yml index c0d01ddcc04a7c..88b3af93874178 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - '8' + - '10' script: - node common/scripts/install-run-rush.js install --bypass-policy - if [ $TRAVIS_BRANCH == "master" ] && [ $TRAVIS_PULL_REQUEST != "false" ]; diff --git a/rush.json b/rush.json index 37eec1ce1eacb5..e437afdf9b6ba4 100644 --- a/rush.json +++ b/rush.json @@ -92,7 +92,7 @@ * Specify a SemVer range to ensure developers use a NodeJS version that is appropriate * for your repo. */ - "nodeSupportedVersionRange": ">=8.0.0 <10.0.0", + "nodeSupportedVersionRange": ">=8.0.0 <9.0.0 || >=10.0.0 <11.0.0", /** * If you would like the version specifiers for your dependencies to be consistent, then