misc: drop support of Node 6 (#4703)
This commit is contained in:
Родитель
bd2c6e6166
Коммит
aaa000df2e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "lighthouse-extension",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "gulp watch",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "lighthouse-viewer",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "gulp watch",
|
||||
|
|
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче