diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13c3032..8582233 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - node-version: [12.x, 14.x, 16.x, 17.x] + node-version: [14.x, 16.x, 18.x] platform: - os: ubuntu-latest shell: bash diff --git a/package.json b/package.json index 0e20e98..6e73162 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "check-coverage": true }, "engines": { - "node": ">=8" + "node": ">=16 || 14 >=14.17" }, "prettier": { "semi": false,