From 5cf86fdc254d0bec533d1b6dc8ed8f618ba85f27 Mon Sep 17 00:00:00 2001 From: alihamzanoor Date: Tue, 31 Dec 2024 02:14:19 +0000 Subject: [PATCH] Using the correct node version for local dev Signed-off-by: alihamzanoor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dc41f172c2..d649d11c786 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ you'll need to `source` that file. Currently we build Rancher Desktop with Node 20. To install it, run: ``` -nvm install 20.17 +nvm install 20.16 ``` Next, you'll need to install the yarn package manager: