diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc7fd10..c9f9573 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v7 with: - node-version: "22" + node-version: "24" cache: pnpm - run: pnpm install --frozen-lockfile --ignore-scripts # build + the full test suite, identical to what runs locally