diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3f687c9..b1a215fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [6.x, 8.x, 9.x, 10.x, 12.x] + node-version: ["8.10.0", 8.x, 10.x, 12.x, 13.x] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.travis.yml b/.travis.yml index 88701312..2588631f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: node_js node_js: - - "6" + - "8.10.0" - "8" - - "9" - "10" - "12" + - "13" sudo: false notifications: email: false diff --git a/package.json b/package.json index e4c72612..5c4c77aa 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "unified": "^6.1.2" }, "engines": { - "node": "^6.14.0 || ^8.10.0 || >=9.10.0" + "node": "^8.10.0 || ^10.12.0 || >= 12.0.0" } }