Skip to content

Commit 8879b8e

Browse files
committed
downgrade to node22
1 parent 1c74a7b commit 8879b8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ct/dispatcharr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function update_script() {
3030
fi
3131

3232
setup_uv
33-
NODE_VERSION="24" setup_nodejs
33+
NODE_VERSION="22" setup_nodejs
3434

3535
# Fix for nginx not allowing large files
3636
if ! grep -q "client_max_body_size 100M;" /etc/nginx/sites-available/dispatcharr.conf; then

install/dispatcharr-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $STD apt install -y \
2929
msg_ok "Installed Dependencies"
3030

3131
setup_uv
32-
NODE_VERSION="24" setup_nodejs
32+
NODE_VERSION="22" setup_nodejs
3333
PG_VERSION="16" setup_postgresql
3434
PG_DB_NAME="dispatcharr_db" PG_DB_USER="dispatcharr_usr" setup_postgresql_db
3535
fetch_and_deploy_gh_release "dispatcharr" "Dispatcharr/Dispatcharr" "tarball"

0 commit comments

Comments
 (0)