diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09152e1..1231ecf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x, 13.x] + node-version: [10.x, 12.x, 13.x] steps: - uses: actions/checkout@v1 diff --git a/package.json b/package.json index dcb1ac6..b52ec1f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "tmp": "^0.1.0" }, "engines": { - "node": ">= 8" + "node": ">= 10" }, "publishConfig": { "registry": "https://registry.npmjs.org/"