From ecc3d06573c16874b0b6c9e75a2fa44e38cb91b8 Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Tue, 6 Mar 2018 17:47:51 +0100 Subject: [PATCH 1/3] Drop node 6 from travis --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f7cf0b8e5a74..fd76256970e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,7 @@ branches: - master matrix: include: - - node_js: "6.9.1" - node_js: "8" - if: head_branch IS blank AND branch = master - node_js: "9" if: head_branch IS blank AND branch = master dist: trusty From 285dd3f50cb38cb008e545513af60ab8d5dfed93 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Tue, 6 Mar 2018 17:44:24 -0800 Subject: [PATCH 2/3] bump manifest's engines field --- lighthouse-extension/package.json | 2 +- lighthouse-viewer/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lighthouse-extension/package.json b/lighthouse-extension/package.json index 3cf1b4caf77b..d54f18969142 100644 --- a/lighthouse-extension/package.json +++ b/lighthouse-extension/package.json @@ -2,7 +2,7 @@ "name": "lighthouse-extension", "private": true, "engines": { - "node": ">=6" + "node": ">=8" }, "scripts": { "watch": "gulp watch", diff --git a/lighthouse-viewer/package.json b/lighthouse-viewer/package.json index 8b403aedeeb3..28b85d816c5e 100644 --- a/lighthouse-viewer/package.json +++ b/lighthouse-viewer/package.json @@ -2,7 +2,7 @@ "name": "lighthouse-viewer", "private": true, "engines": { - "node": ">=6" + "node": ">=8" }, "scripts": { "watch": "gulp watch", diff --git a/package.json b/package.json index dec9fbe14c05..0d7fbe9f093d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "chrome-debug": "./chrome-launcher/manual-chrome-launcher.js" }, "engines": { - "node": ">=6" + "node": ">=8" }, "scripts": { "install-all": "npm-run-posix-or-windows install-all:task", From 4321599975bca39232a9ae2eb3c9aa4c2648b33a Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Tue, 6 Mar 2018 18:09:56 -0800 Subject: [PATCH 3/3] appveyor => node 8 --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0fdf6363400e..b24f9680246c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,11 +9,11 @@ branches: environment: fast_finish: true matrix: - - nodejs_version: "6" + - nodejs_version: "8" platform: x86 - # node 7 is skipped, as appveyor only allows 1 concurrent job + # other Node versions are skipped, as appveyor only allows 1 concurrent job # and we want appveyor finishing ASAP. see #2382 - # - nodejs_version: "7" + # - nodejs_version: "9" # platform: x86 build: off