mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-17 04:39:45 +00:00
Update Node.js version to 22 in installer script
This commit is contained in:
parent
34b1d70762
commit
9ea06f4265
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ $STD apt-get install -y \
|
|||
git
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
NODE_VERSION="20" NODE_MODULE="yarn@latest,node-gyp" setup_nodejs
|
||||
NODE_VERSION="22" NODE_MODULE="yarn@latest,node-gyp" setup_nodejs
|
||||
PG_VERSION="17" setup_postgresql
|
||||
fetch_and_deploy_gh_release "wikijs" "requarks/wiki" "prebuild" "latest" "/opt/wikijs" "wiki-js.tar.gz"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue