docs: change node alias from stable to lts (#41503)

This commit is contained in:
Oliver Eyton-Williams
2021-03-18 13:39:27 +01:00
committed by GitHub
parent 80cdeb78bb
commit 4ea2ad881b

View File

@ -847,10 +847,10 @@ Verify installed packages
npm ls -g --depth=0
```
Alias `default` Node.js versions to the current `stable`
Alias the `default` Node.js version to the current LTS
```console
nvm alias default stable
nvm alias default lts/*
```