From 7089c84ab1ecbb46b37ad8b5ead679d3064bc913 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:26:09 +0100 Subject: [PATCH] Update Node.js version in installation script --- install/domain-locker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/domain-locker-install.sh b/install/domain-locker-install.sh index ae4bec033..5fbf680ba 100644 --- a/install/domain-locker-install.sh +++ b/install/domain-locker-install.sh @@ -15,7 +15,7 @@ update_os PG_VERSION="17" setup_postgresql PG_DB_NAME="domainlocker" PG_DB_USER="domainlocker" setup_postgresql_db -setup_nodejs +NODE_VERSION="22" setup_nodejs fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker"