Skip to content

Commit f7a97ed

Browse files
authored
Update Node.js version to 22 in domain-locker script
1 parent 7978c31 commit f7a97ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/domain-locker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function update_script() {
3434
msg_info "Service stopped"
3535

3636
PG_VERSION="17" setup_postgresql
37-
setup_nodejs
37+
NODE_VERSION="22" setup_nodejs
3838
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker"
3939

4040
msg_info "Installing Modules (patience)"

0 commit comments

Comments
 (0)