From 5e0d853efcf368c670715376d382912767ba69ab Mon Sep 17 00:00:00 2001 From: Theo Date: Wed, 27 Sep 2023 23:54:35 -0700 Subject: [PATCH] Bump required node version --- .nvmrc | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..3f784dc --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v16.20.2 \ No newline at end of file diff --git a/README.md b/README.md index eb50ec8..c821d61 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Script to download all Tornado Cash git repositories with source code from IPFS ### Requirements -1) Node 14 or higher ([Windows](https://github.com/coreybutler/nvm-windows), [Linux](https://github.com/nvm-sh/nvm)) -2) Yarn: `npm i -g yarn` +1. Node 16 or higher ([Windows](https://github.com/coreybutler/nvm-windows), [Linux](https://github.com/nvm-sh/nvm)) +2. Yarn: `npm i -g yarn` ### Installation