Update Node.js version in installation script

This commit is contained in:
Tobias
2025-11-14 11:26:09 +01:00
committed by GitHub
parent abafd33249
commit 7089c84ab1

View File

@@ -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"