diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 92b7ade..68f395c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,10 +6,10 @@ jobs: strategy: fail-fast: false matrix: - node: [16, 18, 20] + node: [18, 20] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: ${{matrix.node}} diff --git a/package.json b/package.json index 13f2385..3b89d88 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "exports": "./index.js", "sideEffects": false, "engines": { - "node": ">=16" + "node": ">=18" }, "files": [ "./index.js"