Revert "iobroker: bump Node.js from 24 to 26 (#17085)"

This reverts commit 169f57c2e0.
This commit is contained in:
CanbiZ (MickLesk)
2026-09-12 23:15:07 +02:00
committed by GitHub
parent e24a47ebca
commit 2011ff8e48
2 changed files with 2 additions and 2 deletions

View File

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