From e4c7c4576cb3b9d4648b264d6c5da603e3dea310 Mon Sep 17 00:00:00 2001 From: Derek Guenther Date: Sat, 27 Jan 2024 16:02:53 -0500 Subject: [PATCH] Require Node.js 20 for tests in README (#4612) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eba5c2a95..3ec308bb5b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ See https://ironfish.network The following steps should only be used to install if you are planning on contributing to the Iron Fish codebase. Otherwise, we **strongly** recommend using the installation methods here: https://ironfish.network/use/get-started/installation -1. Install [Node.js LTS](https://nodejs.org/en/download/) +1. Install [Node.js 20 LTS (or greater)](https://nodejs.org/en/download/). 1. Install [Rust](https://www.rust-lang.org/learn/get-started). 1. Install [Yarn](https://classic.yarnpkg.com/en/docs/install). 1. Windows: @@ -52,6 +52,8 @@ Once your environment is set up - you can run the CLI by following [these direct ## Running Tests +> **Note:** Running tests requires Node.js 20 or greater. + 1. To test the entire monorepo: 1. Run `yarn test` at the root of the repository 1. Run `yarn test:slow` in ./ironfish/ to run slow tests