ops: Upgrade NodeJS to v20.12 for Debian in prod installer

This commit is contained in:
wiz 2024-04-01 16:05:31 +09:00
parent e3f7f08fb4
commit 56b9715fc5
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -1491,7 +1491,7 @@ EOF
osSudo "${UNFURL_USER}" sh -c 'curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | zsh'
echo "[*] Building NodeJS via nvm.sh"
osSudo "${UNFURL_USER}" zsh -c 'source ~/.zshrc ; nvm install v20.7.0 --shared-zlib'
osSudo "${UNFURL_USER}" zsh -c 'source ~/.zshrc ; nvm install v20.12.0 --shared-zlib'
;;
esac