aurral: bump Node.js from 22 to 26

This commit is contained in:
github-actions[bot]
2026-09-07 11:01:34 +00:00
parent 26f5922b1e
commit a0bcdab8a2
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ function update_script() {
msg_ok "Stopped Service" msg_ok "Stopped Service"
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "aurral" "lklynet/aurral" "tarball" CLEAN_INSTALL=1 fetch_and_deploy_gh_release "aurral" "lklynet/aurral" "tarball"
NODE_VERSION="22" setup_nodejs NODE_VERSION="26" setup_nodejs
msg_info "Updating Aurral" msg_info "Updating Aurral"
cd /opt/aurral cd /opt/aurral

View File

@@ -22,7 +22,7 @@ $STD apt install -y \
fonts-dejavu-core fonts-dejavu-core
msg_ok "Installed Dependencies" 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 "yt-dlp" "yt-dlp/yt-dlp" "singlefile" "latest" "/usr/local/bin" "yt-dlp"
fetch_and_deploy_gh_release "aurral" "lklynet/aurral" "tarball" fetch_and_deploy_gh_release "aurral" "lklynet/aurral" "tarball"