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:

committed by
Alex Eagle

parent
5509453e72
commit
1225ecfb14
@ -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');
|
||||
|
Reference in New Issue
Block a user