diff --git a/.nvmrc b/.nvmrc index 3c032078..209e3ef4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +20 diff --git a/README.md b/README.md index 379355ec..b25cd813 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A script is also provided which allows a validator to automatically search their - Authz is also not fully supported yet. Many chains are yet to update. The REStake UI will fall back to being a manual staking app with useful manual compounding features. - Currently REStake needs the browser extension version of Keplr, but WalletConnect and Keplr iOS functionality will be added ASAP. -- REStake requires Nodejs version 18.x or later, it will not work with earlier versions. +- REStake requires Nodejs version 20.x or later, it will not work with earlier versions. ## Become an operator @@ -88,18 +88,18 @@ cp .env.sample .env #### Instructions for NPM -##### Install nodejs@v18 +##### Install nodejs@v20 ```bash -curl -sL https://deb.nodesource.com/setup_18.x -o /tmp/nodesource_setup.sh +curl -sL https://deb.nodesource.com/setup_20.x -o /tmp/nodesource_setup.sh # read the script file and when you're sure it's safe run it chmod +x /tmp/nodesource_setup.sh /tmp/nodesource_setup.sh apt install nodejs -y node --version -> v18.15.0 +> v20.9.0 npm --version -> 9.5.0 +> 10.1.0 ``` ##### Clone the repository and build it diff --git a/README_TURKISH.md b/README_TURKISH.md index 2d8884bc..fb4bbab2 100644 --- a/README_TURKISH.md +++ b/README_TURKISH.md @@ -86,18 +86,18 @@ cp .env.sample .env #### NPM için Talimatlar -##### nodejs@v18 yükleme +##### nodejs@v20 yükleme ```bash -curl -sL https://deb.nodesource.com/setup_18.x -o /tmp/nodesource_setup.sh +curl -sL https://deb.nodesource.com/setup_20.x -o /tmp/nodesource_setup.sh # read the script file and when you're sure it's safe run it chmod +x /tmp/nodesource_setup.sh /tmp/nodesource_setup.sh apt install nodejs -y node --version -> v18.15.0 +> v20.9.0 npm --version -> 9.5.0 +> 10.1.0 ``` Depoyu klonlama ve yükleme