From 62d147a375e4a85e5fffd2e979ed039e76790cd8 Mon Sep 17 00:00:00 2001 From: Aleksandr Kuperman Date: Fri, 1 Mar 2024 10:46:05 +0000 Subject: [PATCH] doc: bumping npm version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70c09fa..545e1f1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ with the Solana lockbox being complimentary to them: ### Prerequisites - This repository follows the standard [`Hardhat`](https://hardhat.org/tutorial/) development process. - The code is written on Solidity starting from the version `0.8.15`. -- The standard versions of Node.js along with Yarn are required to proceed further (confirmed to work with Yarn `1.22.19` and npx/npm `8.13.2` and node `v18.6.0`). +- The standard versions of Node.js along with Yarn are required to proceed further (confirmed to work with Yarn `1.22.19` and npx/npm `10.1.0` and node `v18.6.0`). - [`Foundry`](https://book.getfoundry.sh/) is required to run the foundry tests. ### Install the dependencies