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