Fix for cross-seed node version (#16209)

This commit is contained in:
Torin
2026-08-02 01:11:59 -06:00
committed by GitHub
parent b518978402
commit 72380779d4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ msg_info "Installing Dependencies"
$STD apt install -y build-essential
msg_ok "Installed Dependencies"
NODE_VERSION="26" setup_nodejs
NODE_VERSION="24" setup_nodejs
msg_info "Setup Cross-Seed"
$STD npm install cross-seed@latest -g