diff --git a/.travis.yml b/.travis.yml index a6793e3f7..06f139afe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ matrix: - env: ui-tests sudo: false language: node_js - node_js: "7.9.0" + node_js: "7.10.0" cache: # Note: This won't re-use the same cache as the linters job, # since caches are tied to the language/version combination. @@ -177,7 +177,7 @@ matrix: - mkdir -p $HOME/bin - wget https://github.com/mozilla/geckodriver/releases/download/v0.14.0/geckodriver-v0.14.0-linux64.tar.gz - tar -xzf geckodriver-v0.14.0-linux64.tar.gz -C $HOME/bin - - nvm install 7.9.0 + - nvm install 7.10.0 # Required until Travis makes yarn available in the base image, # since it only installs it for `language: nodejs` currently. - curl -sSfL https://yarnpkg.com/install.sh | bash diff --git a/package.json b/package.json index 7bfd46bd9..f502da8b2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "license": "MPL-2.0", "engines": { - "node": "7.9.0" + "node": "7.10.0" }, "dependencies": { "angular": "1.5.8",