From d7a7f97e2053bda5598d69858b32e10d85b8c38b Mon Sep 17 00:00:00 2001 From: weyusi <43627182+weyusi@users.noreply.github.com> Date: Mon, 1 Jul 2019 19:18:55 +0930 Subject: [PATCH] chore: drop Node 6 (#3598) * chore: drop Node 6 https://github.com/hexojs/hexo/issues/3508 --- .travis.yml | 1 - appveyor.yml | 1 - package.json | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index acf9276ec2..824bbdff9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ cache: - node_modules node_js: - - "6" - "8" - "10" - "node" diff --git a/appveyor.yml b/appveyor.yml index 41df437b19..8c3875e29e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,6 @@ image: # Test against these versions of Node.js. environment: matrix: - - nodejs_version: "6" - nodejs_version: "8" - nodejs_version: "10" - nodejs_version: "11" diff --git a/package.json b/package.json index 5a44678470..62079e8fea 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "sinon": "^7.1.1" }, "engines": { - "node": ">=6.9.0" + "node": ">=8.6.0" }, "husky": { "hooks": {