Skip to content

Commit

Permalink
[new] nvm install lts
Browse files Browse the repository at this point in the history
`nvm install lts` will now install the latest lts release
  • Loading branch information
MylesBorins committed Aug 16, 2018
1 parent e7a37f3 commit 8f9340b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2617,6 +2617,10 @@ nvm() {
fi

case "${provided_version}" in
lts)
LTS='*'
provided_version=''
;;
'lts/*')
LTS='*'
provided_version=''
Expand Down

0 comments on commit 8f9340b

Please sign in to comment.