diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e53d0c4..650d5e34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [16, 18, 20] + node: [18, 20] runs-on: ${{ matrix.os }} services: redis: diff --git a/package.json b/package.json index 8d45053b..5131e2e9 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "when": "^3.7.8" }, "engines": { - "node": ">=16" + "node": ">=18" }, "publishConfig": { "access": "public"