diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 016b97fa..8057ca0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - name: Find yarn cache id: find-yarn-cache diff --git a/package.json b/package.json index 40649060..1e787192 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "sideEffects": false, "engines": { - "node": "^14 || ^16 || >=18" + "node": "^18 || ^20 || >=22" }, "dependencies": { "@softwareventures/array": "^7.0.0",