Skip to content

Commit

Permalink
Require Node.js 20 for tests in README (#4612)
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther authored Jan 27, 2024
1 parent 489d83f commit e4c7c45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e4c7c45

Please sign in to comment.