yuvomi/aurral: bump NODE_VERSION per upstream requirements (#16913) (#16914)

This commit is contained in:
CanbiZ (MickLesk)
2026-08-31 16:30:11 +02:00
committed by GitHub
parent 12c6e86cf2
commit ea798df13a
5 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ $STD apt install -y \
fonts-dejavu-core
msg_ok "Installed Dependencies"
NODE_VERSION="22" setup_nodejs
NODE_VERSION="26" setup_nodejs
fetch_and_deploy_gh_release "yt-dlp" "yt-dlp/yt-dlp" "singlefile" "latest" "/usr/local/bin" "yt-dlp"
fetch_and_deploy_gh_release "aurral" "lklynet/aurral" "tarball"
+1 -1
View File
@@ -21,7 +21,7 @@ $STD apt install -y \
libsqlcipher-dev
msg_ok "Installed Dependencies"
NODE_VERSION="22" setup_nodejs
NODE_VERSION="24" setup_nodejs
fetch_and_deploy_gh_release "yuvomi" "ulsklyc/yuvomi" "tarball"