From ff05b8bcffe2915bda5ccc8e43a95db2c8feb896 Mon Sep 17 00:00:00 2001 From: Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:07:21 +0200 Subject: [PATCH] chore(ci): CI and .nvmrc follow the box to Node 24 The box ran Node 20 four months past EOL; it moved to 24.20.0 today with every service health-verified. CI validating on 20 now validates against a runtime nothing uses. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn --- .github/workflows/fleet-refs-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fleet-refs-audit.yml b/.github/workflows/fleet-refs-audit.yml index b4944fc2..69ddf0c1 100644 --- a/.github/workflows/fleet-refs-audit.yml +++ b/.github/workflows/fleet-refs-audit.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - name: Audit every workflow reference in the org env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}