File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- 6.6.0
1
+ 6.9.5
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
sudo : false
3
3
node_js :
4
- - ' 6.6.0'
4
+ - ' 6.9.5'
5
+
5
6
git :
6
7
# Increased from default (50) to ensure last release tag is in this range
7
8
depth : 150
Original file line number Diff line number Diff line change 1
1
machine :
2
2
node :
3
- version : 6.6.0
3
+ version : 6.9.5
4
4
5
5
dependencies :
6
6
pre :
7
- - npm install -g npm@3.5.3
7
+ - npm install -g npm@3.10.7
8
8
9
9
test :
10
10
override :
Original file line number Diff line number Diff line change 11
11
// THIS CHECK SHOULD BE THE FIRST THING IN THIS FILE
12
12
// This is to ensure that we catch env issues before we error while requiring other dependencies.
13
13
require ( './tools/check-environment' ) ( {
14
- requiredNpmVersion : '>=3.5.3 <4.0.0' ,
15
- requiredNodeVersion : '>=5.4.1 <7.0.0' ,
14
+ requiredNpmVersion : '>=3.10.7 <4.0.0' ,
15
+ requiredNodeVersion : '>=6.9.5 <7.0.0' ,
16
16
} ) ;
17
17
18
18
const gulp = require ( 'gulp' ) ;
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ set -e -o pipefail
4
4
5
5
echo ' travis_fold:start:ENV'
6
6
7
- NODE_VERSION=5.4.1
8
- NPM_VERSION=3.5.3
7
+ NODE_VERSION=6.9.5
8
+ NPM_VERSION=3.10.7 # do not upgrade to >3.10.8 unless https://github.com/npm/npm/issues/14042 is resolved
9
9
YARN_VERSION=0.19.1
10
10
CHROMIUM_VERSION=403382 # Chrome 53 linux stable, see https://www.chromium.org/developers/calendar
11
11
SAUCE_CONNECT_VERSION=4.3.11
You can’t perform that action at this time.
0 commit comments