diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72745cceb..1f0af2c25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: if: matrix.runtime == 'node' uses: actions/setup-node@v4 with: - node-version: 22.12.0 + node-version: 24 check-latest: true - name: Setup Bun @@ -49,7 +49,7 @@ jobs: if: matrix.runtime == 'bun' uses: actions/setup-node@v4 with: - node-version: 22.12.0 + node-version: 24 check-latest: true - name: Runtime versions