chore(node): allow current node version

node current is 6.6.0
see https://github.com/nodejs/LTS#lts_schedule
This commit is contained in:
Victor Berchet
2016-09-19 11:37:44 -07:00
committed by Alex Eagle
parent 5509453e72
commit 1225ecfb14
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
// 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 <6.0.0',
requiredNodeVersion: '>=5.4.1 <7.0.0',
});
const gulp = require('gulp');