From f77066a6a8a03b05c36956269e447445d9b08193 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Mon, 8 Sep 2025 12:39:58 -0400 Subject: [PATCH] Bump node.js to latest version in runner. (#4022) --- src/Misc/externals.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Misc/externals.sh b/src/Misc/externals.sh index ca8f6c28c..29e83c853 100755 --- a/src/Misc/externals.sh +++ b/src/Misc/externals.sh @@ -6,8 +6,8 @@ NODE_URL=https://nodejs.org/dist NODE_ALPINE_URL=https://github.com/actions/alpine_nodejs/releases/download # When you update Node versions you must also create a new release of alpine_nodejs at that updated version. # Follow the instructions here: https://github.com/actions/alpine_nodejs?tab=readme-ov-file#getting-started -NODE20_VERSION="20.19.4" -NODE24_VERSION="24.5.0" +NODE20_VERSION="20.19.5" +NODE24_VERSION="24.7.0" get_abs_path() { # exploits the fact that pwd will print abs path when no args