diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aba6fa..ff3e1de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,18 +30,7 @@ jobs: matrix: os: [ubuntu-latest] eslint: [6, 7, 8] - node: [8.10.0, 8, 10, 12, 14, 16] - exclude: - - eslint: 8 - node: 10 - - eslint: 8 - node: 8 - - eslint: 8 - node: 8.10.0 - - eslint: 7 - node: 8 - - eslint: 7 - node: 8.10.0 + node: [12.22.0, 12, 14, 16] include: - os: windows-latest eslint: 7 diff --git a/package.json b/package.json index d56ed42..04c3432 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,6 @@ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "engines": { - "node": "^8.10.0 || ^10.12.0 || >=12.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }