diff --git a/src/Misc/externals.sh b/src/Misc/externals.sh index 4f382b6bd..4fc5d78a8 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.6" -NODE24_VERSION="24.11.1" +NODE24_VERSION="24.12.0" get_abs_path() { # exploits the fact that pwd will print abs path when no args