From 801be44785d36808d83b35f6b27c2e3e47b7e3e1 Mon Sep 17 00:00:00 2001 From: Panos Kefalidis <2922646+thepeekay@users.noreply.github.com> Date: Fri, 21 Aug 2026 09:30:38 -0400 Subject: [PATCH] Update default NODE_VERSION to v24.19.0 Update to latest TLS version to satisfy corporate security checks on patch hygiene and threat models --- scripts/build-bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-bundle.sh b/scripts/build-bundle.sh index d0eb29c96..1db7f83d8 100755 --- a/scripts/build-bundle.sh +++ b/scripts/build-bundle.sh @@ -21,7 +21,7 @@ set -euo pipefail TARGET="${1:?usage: build-bundle.sh [node-version]}" -NODE_VERSION="${2:-v24.16.0}" +NODE_VERSION="${2:-v24.19.0}" ROOT="$(cd "$(dirname "$0")/.." && pwd)" OUT="$ROOT/release"