From 3a2249a0ebb3ed3363d071d7545a66a479a158b7 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Tue, 18 Nov 2025 11:21:27 +0100 Subject: [PATCH] ci: bump Node.js to 24 --- .github/actions/setup-toolchain/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-toolchain/action.yml b/.github/actions/setup-toolchain/action.yml index 18fbb9302..a505ba45e 100644 --- a/.github/actions/setup-toolchain/action.yml +++ b/.github/actions/setup-toolchain/action.yml @@ -15,7 +15,7 @@ inputs: default: "17" node-version: description: Desired Node version - default: "22" + default: "24" xcode-developer-dir: description: Set the path for the active Xcode developer directory runs: