fix(storyteller): downgrade Node to v22 for compatibility

This commit is contained in:
MickLesk
2026-04-05 19:23:32 +02:00
parent 0c9e877bb6
commit 136875dd2c

View File

@@ -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