fix(the-lounge): install Node.js 22 before deb package (#14648)

The Lounge v4.5.0 requires nodejs (>= 22.13.0), which is not available from Debian 13 default repos. Install Node.js 22 via NodeSource before deploying the thelounge-deb package in both install and update scripts.
This commit is contained in:
Michel Roegl-Brunner
2026-05-22 15:04:04 +02:00
committed by GitHub
parent 5f0914d32c
commit d7c9065fc8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ setting_up_container
network_check
update_os
NODE_VERSION="22" setup_nodejs
fetch_and_deploy_gh_release "thelounge" "thelounge/thelounge-deb" "binary"
systemctl enable -q --now thelounge