From 8e28c86fb476e6877fbd637eee2c83cd69a6d7f6 Mon Sep 17 00:00:00 2001 From: djs-intel Date: Tue, 5 Aug 2025 11:34:14 -0700 Subject: [PATCH 1/2] Update Node24 Version --- src/Misc/externals.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Misc/externals.sh b/src/Misc/externals.sh index 7f8baf4c8b1..521bdd0cd22 100755 --- a/src/Misc/externals.sh +++ b/src/Misc/externals.sh @@ -7,7 +7,7 @@ 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.3" -NODE24_VERSION="24.4.0" +NODE24_VERSION="24.5.0" get_abs_path() { # exploits the fact that pwd will print abs path when no args From 7d0618fc831d973e2d77e0d00975449140741929 Mon Sep 17 00:00:00 2001 From: djs-intel Date: Wed, 6 Aug 2025 07:28:55 -0700 Subject: [PATCH 2/2] Update externals.sh --- src/Misc/externals.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Misc/externals.sh b/src/Misc/externals.sh index 521bdd0cd22..ca8f6c28ca2 100755 --- a/src/Misc/externals.sh +++ b/src/Misc/externals.sh @@ -6,7 +6,7 @@ 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.3" +NODE20_VERSION="20.19.4" NODE24_VERSION="24.5.0" get_abs_path() {