From 4ea2ad881b144cf266bf899a09b50e313a8f6b82 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Thu, 18 Mar 2021 13:39:27 +0100 Subject: [PATCH] docs: change node alias from stable to lts (#41503) --- docs/devops.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/devops.md b/docs/devops.md index 95a3bff8c0..6c05215bac 100644 --- a/docs/devops.md +++ b/docs/devops.md @@ -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/* ```