mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-09 21:34:57 +00:00
Downgrade Node.js version from 24 to 22
This commit is contained in:
committed by
GitHub
parent
fca66c5b56
commit
8c5d5c6679
@@ -15,7 +15,7 @@ update_os
|
||||
|
||||
PG_VERSION="16" setup_postgresql
|
||||
PG_DB_NAME="reactive_resume" PG_DB_USER="reactive_resume" setup_postgresql_db
|
||||
NODE_VERSION="24" NODE_MODULE="pnpm@latest" setup_nodejs
|
||||
NODE_VERSION="22" NODE_MODULE="pnpm@latest" setup_nodejs
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt install -y chromium
|
||||
|
||||
Reference in New Issue
Block a user