diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d7584fc93..6d63886de 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-2022] - node-version: [22.x, 24.x] + node-version: [22.x, 24.x, 26.x] timeout-minutes: 30