From 6534ab3c70e1edd2b2621c736a5b466b16346538 Mon Sep 17 00:00:00 2001 From: Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:40:29 +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 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