mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-01-22 11:58:35 +01:00
In NVM install, also set default version to LTS
This commit is contained in:
parent
88ecd14354
commit
e553692d84
@ -126,6 +126,8 @@ install_nvm () {
|
||||
fi
|
||||
# All done, import / re-import NVM script
|
||||
source "${NVM_DIR}/nvm.sh"
|
||||
# Then install Node LTS
|
||||
nvm install v16.16.0
|
||||
}
|
||||
|
||||
# NVM commands
|
||||
|
Loading…
Reference in New Issue
Block a user