diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e01f89..6fd82f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x] + node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x] steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 7410d36..551a459 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "access": "public" }, "engines": { - "node": "^16 || ^17 || ^18 || ^19 || ^20 || ^21" + "node": "^16 || ^17 || ^18 || ^19 || ^20 || ^21 || ^22" }, "devDependencies": { "@types/react": "^17.0.37",