From 19121ecf72027e06052627dd9131d838940fbca3 Mon Sep 17 00:00:00 2001 From: shubham88fru Date: Wed, 13 Nov 2024 18:24:52 -0700 Subject: [PATCH] chore: update the min required node version in client setup guide. --- contributions/ClientSetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributions/ClientSetup.md b/contributions/ClientSetup.md index 0f8a4094b5ba..9e5dc6a3a686 100644 --- a/contributions/ClientSetup.md +++ b/contributions/ClientSetup.md @@ -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