Skip to content

Commit 84057a6

Browse files
authored
explicit node versions (#9594)
1 parent fc1389c commit 84057a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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)"

ct/tracktor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ EOF
6565
fi
6666
msg_ok "Corrected Services"
6767

68-
setup_nodejs
68+
NODE_VERSION="22" setup_nodejs
6969
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor" "tarball" "latest" "/opt/tracktor"
7070

7171
msg_info "Updating tracktor"

install/tracktor-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setting_up_container
1313
network_check
1414
update_os
1515

16-
setup_nodejs
16+
NODE_VERSION="22" setup_nodejs
1717
fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor" "tarball" "latest" "/opt/tracktor"
1818

1919
msg_info "Configuring Tracktor"

0 commit comments

Comments
 (0)