From c0da6d49b52cae15f28390704c62eaac61196c0f Mon Sep 17 00:00:00 2001 From: Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:40:22 +0200 Subject: [PATCH] chore(ci): test on Node 24, the fleet toolchain Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03388f3..5f87caa 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