diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e2b42eb8..10da2df47 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] timeout-minutes: 30