From b9275b59cf592b1848899bfe8778b5abf567bd8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:58:17 +0000 Subject: [PATCH] chore: update Node versions (#4319) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 874c39394..abd37f1de 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.20.1" -NODE24_VERSION="24.14.0" +NODE20_VERSION="20.20.2" +NODE24_VERSION="24.14.1" get_abs_path() { # exploits the fact that pwd will print abs path when no args