diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e408474..7ed8d02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14.x, 12.x, 10.x] + node: [16.x, 14.x, 12.x, "12.22.0"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index a4a7d41..ff75a90 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "lib" ], "engines": { - "node": ">=10" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "devDependencies": { "eslint": "^4.7.2",