From a3b12513869ff11d5d5cd728f6244c65d0d1a652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20H=2E=20K=C3=B6hler?= Date: Tue, 18 Feb 2025 11:04:35 -0300 Subject: [PATCH] docs: fix yarn version (#4790) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5c3af402..2ab0a29db 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Here is a schematic representation of our development workflow: ### Requirements -- [Yarn 1.17.3+](https://yarnpkg.com/en/docs/install) +- [Yarn 1.20.0+](https://yarnpkg.com/en/docs/install) - [Node 18+](https://nodejs.org/en/) - Yarn Workspaces should be enabled on your machine: - `yarn config set workspaces-experimental true`