ci: bump node version to 6.9.5 and npm to 3.10.7

this is required by @angular/cli
This commit is contained in:
Ward Bell
2017-02-02 16:22:39 -08:00
committed by Igor Minar
parent 20a7e26d1e
commit 31d42d87c6
5 changed files with 9 additions and 8 deletions

View File

@ -4,8 +4,8 @@ set -e -o pipefail
echo 'travis_fold:start:ENV'
NODE_VERSION=5.4.1
NPM_VERSION=3.5.3
NODE_VERSION=6.9.5
NPM_VERSION=3.10.7 # do not upgrade to >3.10.8 unless https://github.com/npm/npm/issues/14042 is resolved
YARN_VERSION=0.19.1
CHROMIUM_VERSION=403382 # Chrome 53 linux stable, see https://www.chromium.org/developers/calendar
SAUCE_CONNECT_VERSION=4.3.11