From 83dc15e9be27ad789b59a84875e18cada7e10e06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 11:01:51 +0000 Subject: [PATCH] iobroker: bump Node.js from 24 to 26 --- ct/iobroker.sh | 2 +- install/iobroker-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/iobroker.sh b/ct/iobroker.sh index c850c06ec..aa64181f4 100644 --- a/ct/iobroker.sh +++ b/ct/iobroker.sh @@ -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 diff --git a/install/iobroker-install.sh b/install/iobroker-install.sh index b9f48b713..058dfc47a 100644 --- a/install/iobroker-install.sh +++ b/install/iobroker-install.sh @@ -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)