diff --git a/.nvmrc b/.nvmrc index fae6e3d04b..ade65226e0 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -4.2.1 +5.4.1 diff --git a/.travis.yml b/.travis.yml index 955c96124a..d64cd40c0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js sudo: false node_js: -- '4.2.1' +- '5.4.1' branches: except: @@ -60,7 +60,7 @@ addons: firefox: "38.0" before_install: -- npm install -g npm@3.5.2 +- npm install -g npm@3.5.3 - node tools/analytics/build-analytics start ci job - node tools/analytics/build-analytics start ci before_install - echo ${TSDRC} > .tsdrc diff --git a/circle.yml b/circle.yml index d3e267b9c8..f4ea02a4c2 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ machine: node: - version: 4.2.1 + version: 5.4.1 test: override: - npm run build diff --git a/gulpfile.js b/gulpfile.js index d6bcfd6753..27231352c3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -3,7 +3,7 @@ // 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.2 <4.0.0', requiredNodeVersion: '>=4.2.1 <5.0.0'}); + {requiredNpmVersion: '>=3.5.3 <4.0.0', requiredNodeVersion: '>=5.4.1 <6.0.0'}); var fse = require('fs-extra'); diff --git a/package.json b/package.json index 8edcb01336..303ffb607c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ ], "license": "MIT", "engines": { - "node": ">= 4.2.1 < 5" + "node": ">= 5.4.1 < 6" }, "repository": { "type": "git",