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

@ -11,8 +11,8 @@
// THIS CHECK SHOULD BE THE FIRST THING IN THIS FILE
// This is to ensure that we catch env issues before we error while requiring other dependencies.
require('./tools/check-environment')({
requiredNpmVersion: '>=3.5.3 <4.0.0',
requiredNodeVersion: '>=5.4.1 <7.0.0',
requiredNpmVersion: '>=3.10.7 <4.0.0',
requiredNodeVersion: '>=6.9.5 <7.0.0',
});
const gulp = require('gulp');