Node.js app: install current node version instead of --lts to close #965

pull/966/head
Botspot 3 years ago
parent 540c158bf8
commit f2a740f392

@ -35,5 +35,5 @@ source "$NVM_DIR/nvm.sh" || error "Failed to source $NVM_DIR/nvm.sh"
source "$NVM_DIR/bash_completion" || error "Failed to source $NVM_DIR/bash_completion"
nvm install --lts || error "Failed to install node.js with nvm!"
nvm install node || error "Failed to install node.js with nvm!"

Loading…
Cancel
Save