From 4b23f2c72cfb26b3c407614b97a7ac5fd556fcf0 Mon Sep 17 00:00:00 2001 From: TN Date: Sat, 27 Jun 2026 21:55:37 +0200 Subject: [PATCH] Storyteller: bump Node.js version to Node 24 (#15439) * storyteller: bump Node.js version * storyteller: update: node_version --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- ct/storyteller.sh | 2 ++ install/storyteller-install.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ct/storyteller.sh b/ct/storyteller.sh index 81e30ce4a..df2f915c9 100644 --- a/ct/storyteller.sh +++ b/ct/storyteller.sh @@ -30,6 +30,8 @@ function update_script() { exit fi + NODE_VERSION="24" NODE_MODULE="corepack,yarn" setup_nodejs + if check_for_gl_release "storyteller" "storyteller-platform/storyteller"; then msg_info "Stopping Service" systemctl stop storyteller diff --git a/install/storyteller-install.sh b/install/storyteller-install.sh index 3e23a1bdf..9574bb0f2 100644 --- a/install/storyteller-install.sh +++ b/install/storyteller-install.sh @@ -24,7 +24,7 @@ $STD apt install -y \ ffmpeg msg_ok "Installed Dependencies" -NODE_VERSION="22" NODE_MODULE="corepack,yarn" setup_nodejs +NODE_VERSION="24" NODE_MODULE="corepack,yarn" setup_nodejs fetch_and_deploy_gh_release "readium" "readium/cli" "prebuild" "latest" "/opt/readium" "readium_linux_$(arch_resolve "x86_64" "arm64").tar.gz" ln -sf /opt/readium/readium /usr/local/bin/readium