Update the recommended node version to v16.5.0 (LTS)

This commit is contained in:
Felipe Knorr Kuhn
2022-05-09 21:59:09 -07:00
parent 953f9405fc
commit 212cced969
6 changed files with 8 additions and 8 deletions

View File

@@ -854,7 +854,7 @@ echo "[*] Installing nvm.sh from GitHub"
osSudo "${MEMPOOL_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 "${MEMPOOL_USER}" zsh -c 'source ~/.zshrc ; nvm install v16.10.0'
osSudo "${MEMPOOL_USER}" zsh -c 'source ~/.zshrc ; nvm install v16.15.0'
####################
# Tor installation #