Fix for cross-seed node version (#16209)

This commit is contained in:
Torin
2026-08-02 09:11:59 +02:00
committed by GitHub
parent b518978402
commit 72380779d4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ function update_script() {
check_container_storage
check_container_resources
NODE_VERSION="26" setup_nodejs
NODE_VERSION="24" setup_nodejs
ensure_dependencies build-essential
if command -v cross-seed &>/dev/null; then