Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributions/ClientSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ On your development machine, please ensure that:
- Check below for installation and usage details:

1. Install a node version manager. For eg: check [nvm](https://github.com/nvm-sh/nvm) or [fnm](https://github.com/Schniz/fnm).
1. In the project's root, run `nvm use 18.17.1` or `fnm use 18.17.1`.
1. In the project's root, run `nvm use 20.11.1` or `fnm use 20.11.1`.

### Running Tests on Client

Expand Down