Update Tandoor install scripts for newer dependencies (#7826)

This commit is contained in:
CanbiZ
2025-09-23 11:38:07 +02:00
committed by GitHub
parent ab455d7748
commit 21f98835dc
2 changed files with 5 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ function update_script() {
mv /opt/tandoor /opt/tandoor.bak
msg_ok "Backup Created"
NODE_VERSION="20" NODE_MODULE="yarn" setup_nodejs
NODE_VERSION="22" NODE_MODULE="yarn" setup_nodejs
PYTHON_VERSION="3.13" setup_uv
fetch_and_deploy_gh_release "tandoor" "TandoorRecipes/recipes" "tarball" "latest" "/opt/tandoor"