diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2e1a59..6eed8de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [18.x, 20.x, 21.x] + node-version: [18.x, 20.x, 22.x] steps: diff --git a/package.json b/package.json index 88b7a38..5e51d89 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "engines": { - "node": "^18 || ^20 || ^21" + "node": "^18 || ^20 || ^22" }, "scripts": { "clean": "rm -rf .nyc_output coverage dist",