Skip to content

Commit 7d7243a

Browse files
committed
use correct node version else cannot install
1 parent 536d4a5 commit 7d7243a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Fortuna is an off-chain service which can be used by [Entropy](https://pyth.netw
4141

4242
Please install the following tools in order to work in this repository:
4343

44-
- [NVM](https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating) to manage your node version, then run `nvm use 20` to ensure you are using node version 20.
44+
- [NVM](https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating) to manage your node version, then run `nvm use 22` to ensure you are using node version 22.
4545
- [Foundry](https://book.getfoundry.sh/getting-started/installation) in order to use `forge` for Ethereum contract development
4646
- [Solana CLI](https://solana.com/docs/intro/installation) for working with Solana programs.
4747
- After installing, please run `solana keygen new` to generate a local private key.

0 commit comments

Comments
 (0)