diff --git a/src/Misc/externals.sh b/src/Misc/externals.sh index 3094710a41f..5cbb6f64d5f 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.20.0" -NODE24_VERSION="24.13.0" +NODE24_VERSION="24.13.1" get_abs_path() { # exploits the fact that pwd will print abs path when no args