Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot]
01bff87cb7 cross-seed: bump Node.js from 24 to 26 2026-09-07 11:01:40 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ function update_script() {
check_container_storage
check_container_resources
NODE_VERSION="24" setup_nodejs
NODE_VERSION="26" setup_nodejs
ensure_dependencies build-essential
if command -v cross-seed &>/dev/null; then

View File

@@ -17,7 +17,7 @@ msg_info "Installing Dependencies"
$STD apt install -y build-essential
msg_ok "Installed Dependencies"
NODE_VERSION="24" setup_nodejs
NODE_VERSION="26" setup_nodejs
msg_info "Setup Cross-Seed"
$STD npm install cross-seed@latest -g

View File

@@ -15,7 +15,7 @@ update_os
fetch_and_deploy_gh_release "flatnotes" "dullage/flatnotes" "tarball"
USE_UVX="YES" setup_uv
NODE_VERSION="24" setup_nodejs
NODE_VERSION="22" setup_nodejs
msg_info "Setting up Flatnotes"
cd /opt/flatnotes