From 68832bd5edfc2500f0a7d845d6277f107e14ffdf Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sun, 24 Dec 2023 14:10:22 +0100 Subject: [PATCH] fix(markdown): Node version in docs. See #5654 --- .../dev/tutorials/getting-started-linux/node-versions/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/tutorials/getting-started-linux/node-versions/en.md b/markdown/dev/tutorials/getting-started-linux/node-versions/en.md index 510b9812332..0bd3be48fbd 100644 --- a/markdown/dev/tutorials/getting-started-linux/node-versions/en.md +++ b/markdown/dev/tutorials/getting-started-linux/node-versions/en.md @@ -47,7 +47,7 @@ With multiple Node.js versions installed, `nvm` allows you to switch between dif versions. Just tell it which version you want to use: ```bash -nvm use v10.22.1 +nvm use lts/hydrogen ``` If you picked a version that is not installed, `nvm` will simply tell you