iobroker: bump Node.js from 24 to 26

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

View File

@@ -31,7 +31,7 @@ function update_script() {
exit
fi
NODE_VERSION="24" setup_nodejs
NODE_VERSION="26" setup_nodejs
msg_info "Updating ${APP} LXC"
$STD apt update

View File

@@ -28,7 +28,7 @@ if [[ ! "$CONFIRM" =~ ^([yY][eE][sS]|[yY])$ ]]; then
exit 10
fi
NODE_VERSION="24" setup_nodejs
NODE_VERSION="26" setup_nodejs
msg_info "Installing ioBroker (Patience)"
$STD bash <(curl -fsSL https://iobroker.net/install.sh)