From 136875dd2cdc2e41026e1f2dd3971650e3452416 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sun, 5 Apr 2026 19:23:32 +0200 Subject: [PATCH] fix(storyteller): downgrade Node to v22 for compatibility --- install/storyteller-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/storyteller-install.sh b/install/storyteller-install.sh index 21aaa9b2..b5ca86e0 100644 --- a/install/storyteller-install.sh +++ b/install/storyteller-install.sh @@ -25,7 +25,7 @@ $STD apt install -y \ ffmpeg msg_ok "Installed Dependencies" -NODE_VERSION="24" NODE_MODULE="yarn" setup_nodejs +NODE_VERSION="22" NODE_MODULE="yarn" setup_nodejs fetch_and_deploy_gh_release "readium" "readium/cli" "prebuild" "latest" "/opt/readium" "readium_linux_x86_64.tar.gz" ln -sf /opt/readium/readium /usr/local/bin/readium