From 1700cdc228b0e1a77d4fff999d49e281aa18b7a0 Mon Sep 17 00:00:00 2001 From: Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:56:28 +0200 Subject: [PATCH] chore(deps): currency sweep - CI node-version: 20 -> 24 - actions/checkout and actions/setup-node already at v7 Verified locally: full npm run verify (format, build, lint, typecheck, 27 reporting + 32 frontend tests, tenant SSOT check). 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 7706d57..acb7799 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v7 with: - node-version: 20 + node-version: 24 - name: Install workspace dependencies (services + shared) run: npm ci