Skip to content

Commit 31d42d8

Browse files
wardbellIgorMinar
authored andcommitted
ci: bump node version to 6.9.5 and npm to 3.10.7
this is required by @angular/cli
1 parent 20a7e26 commit 31d42d8

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.6.0
1+
6.9.5

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- '6.6.0'
4+
- '6.9.5'
5+
56
git:
67
# Increased from default (50) to ensure last release tag is in this range
78
depth: 150

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
machine:
22
node:
3-
version: 6.6.0
3+
version: 6.9.5
44

55
dependencies:
66
pre:
7-
- npm install -g npm@3.5.3
7+
- npm install -g npm@3.10.7
88

99
test:
1010
override:

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// THIS CHECK SHOULD BE THE FIRST THING IN THIS FILE
1212
// This is to ensure that we catch env issues before we error while requiring other dependencies.
1313
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',
1616
});
1717

1818
const gulp = require('gulp');

scripts/ci-lite/env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -e -o pipefail
44

55
echo 'travis_fold:start:ENV'
66

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
99
YARN_VERSION=0.19.1
1010
CHROMIUM_VERSION=403382 # Chrome 53 linux stable, see https://www.chromium.org/developers/calendar
1111
SAUCE_CONNECT_VERSION=4.3.11

0 commit comments

Comments
 (0)