Downgrade iobroker to Node 24

Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-09-12 21:18:07 +00:00
committed by GitHub
parent e24a47ebca
commit 0aaa565fea
2 changed files with 2 additions and 2 deletions

View File

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