From 20cc9ea7f5d3abcabf62fe060b13c7035df051c1 Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Sun, 21 Jul 2019 14:47:46 +0930 Subject: [PATCH] chore: drop node 6 --- .travis.yml | 8 +++----- package.json | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 52672917..3a5f1735 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,13 +8,11 @@ cache: - node_modules node_js: - - "6" - - "node" + - "8" + - "10" + - "12" script: - # For older versions of npm (ie. the one bundled with Node 6), we need to manually run `prepare` - # to build the project. You can still install and consume the package without any issue. - - if [[ "$TRAVIS_NODE_VERSION" == "6" ]]; then npm run prepare; fi - npm run eslint - npm run test-cov diff --git a/package.json b/package.json index 12a4c108..1e2e1849 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "striptags": "^3.1.1" }, "engines": { - "node": ">=6.9.0" + "node": ">=8.6.0" } }