diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 1995faf..b7b3fd5 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: eslint: [6.8.0, 6, 7.0.0, 7] - node: [12, 14, 16] + node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16] runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs diff --git a/package.json b/package.json index 992cba3..9b1a81b 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-remote-tester-results" ], "engines": { - "node": "^10.12.0 || >=12.0.0", + "node": "^12.22.0 || ^14.17.0 || >=16.0.0", "npm": ">=6", "yarn": ">=1" }