Fix for cross-seed node version (#15025)

This commit is contained in:
Torin
2026-06-10 23:34:54 -06:00
committed by GitHub
parent da33106e59
commit 8012553578
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