From 1c9fd36b7d2b32eedab1a5569aa3e95f77837e4f Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Thu, 29 Feb 2024 11:13:58 +0100 Subject: [PATCH] Update yarn-migration.md Fix to 3.x as v4 is stable already. Signed-off-by: Philipp Hugenroth --- docs/tutorials/yarn-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/yarn-migration.md b/docs/tutorials/yarn-migration.md index 204829b093..bc5980b2f5 100644 --- a/docs/tutorials/yarn-migration.md +++ b/docs/tutorials/yarn-migration.md @@ -41,7 +41,7 @@ And this to `.dockerignore`: Let's move on to the actual installation. We'd recommend making separate Git commits of most of these steps, in case you need to go back and debug anything. To install Yarn 3, run the following command in the project root: ```bash -yarn set version stable +yarn set version 3.x ``` We'll need the Yarn workspace tools plugin later on, so let's install that too: