From e14d203632a4420b9dc0c27d5acf42e4655ed1da Mon Sep 17 00:00:00 2001 From: convoy2337 Date: Tue, 2 Dec 2025 17:26:21 +0300 Subject: [PATCH] Clarify recommended Node.js version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efa3d4fc42e..dba3224783b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Base is a secure, low-cost, developer-friendly Ethereum L2 built to bring the ne 1. Ensure that `nvm` is [installed](https://github.com/nvm-sh/nvm#install--update-script). 2. Clone the repository. -3. If `nvm` doesn't auto-load the Node.js environment when changing to the repo directory, run `nvm use`. +3. If `nvm` doesn't auto-load the Node.js environment when changing to the repo directory, run `nvm use`. Using an active LTS release of Node.js is recommended to match the versions we test against in CI. 4. Enable Yarn by running `corepack enable`. ## Getting started