diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f77fd6..a2d2cc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 19.x] + node-version: [16.x, 18.x, 19.x] platform: - os: ubuntu-latest shell: bash diff --git a/package.json b/package.json index 32cd4b8..05bf3c3 100644 --- a/package.json +++ b/package.json @@ -89,6 +89,6 @@ "node-fetch": "^2.6.7" }, "engines": { - "node": ">=12" + "node": ">=16" } }