From 380c0683dbaffffe570ab52b59e1300bcb4a864e Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Fri, 26 Apr 2024 15:09:45 -0400 Subject: [PATCH] chore: Update README prerequisites Fixes #9294 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7f89750cea..1f3ee821d55 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,11 @@ to use. ## Prerequisites * Git -* Node.js LTS (version 16.13.0 or higher) +* Go ^1.20.2 +* Node.js ^18.12 or ^20.9 * we generally support the latest LTS release: use [nvm](https://github.com/nvm-sh/nvm) to keep your local system up-to-date * Yarn (`npm install -g yarn`) -* gcc-10 or newer, or a compiler with `__has_builtin()` +* gcc >=10, clang >=10, or another compiler with `__has_builtin()` Any version of Yarn will do: the `.yarnrc` file should ensure that all commands use the specific checked-in version of Yarn (stored in