diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 40f36c99..f547602e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: eslint: [7] - node: [10.12, 10, 12.0, 12, 14, 16] + node: [12.22.0, 12, 14.17.0, 14, 16] runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs diff --git a/package.json b/package.json index 0db58113..ad9aaf83 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint": "^7.0.0" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "license": "ISC", "lint-staged": {