ops: Bump NodeJS to v20.12.0 in start script

This commit is contained in:
wiz 2024-04-02 14:58:55 +09:00
parent 872e4b4a17
commit ce057bad20
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -1,7 +1,7 @@
#!/usr/bin/env zsh
export NVM_DIR="$HOME/.nvm"
source "$NVM_DIR/nvm.sh"
nvm use v20.7.0
nvm use v20.12.0
# start all mempool backends that exist
for site in mainnet mainnet-lightning testnet testnet-lightning signet signet-lightning bisq liquid liquidtestnet;do