From 7e06c97f519d3fc4c74817574c9e60309eb939c6 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 18 Jul 2023 07:50:14 +0900 Subject: [PATCH] ops: Bump NodeJS to v20.4.0 --- production/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/install b/production/install index 9ea9b7a75..2a5064b89 100755 --- a/production/install +++ b/production/install @@ -1045,7 +1045,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.16.0 --shared-zlib' +osSudo "${MEMPOOL_USER}" zsh -c 'source ~/.zshrc ; nvm install v20.4.0 --shared-zlib' #################### # Tor installation #