diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c9edea..377e066 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - nodejs: [16, 18] + nodejs: [18, 20] os: [ubuntu-latest, macOS-latest] fail-fast: false steps: diff --git a/package.json b/package.json index e1ba3d4..b2c4d1c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "type": "module", "sideEffects": false, "engines": { - "node": ">= 16" + "node": ">= 18" }, "exports": { "types": "./dist/index.d.ts",