build(gulp): bump check-environment node version to 4.1.1 and npm to 2.14.5

This commit is contained in:
Igor Minar 2015-09-25 15:22:38 -07:00
parent fc764b42f6
commit 36562ecaae
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ var sauceConf = require('./sauce.conf');
var os = require('os');
require('./tools/check-environment')({
requiredNpmVersion: '>=2.9.0',
requiredNodeVersion: '>=0.12.2'
requiredNpmVersion: '>=2.14.5',
requiredNodeVersion: '>=4.1.1'
});
// Make it easy to quiet down portions of the build.