update the node version in debian install details (#7933)

This commit is contained in:
Alfredo Garcia 2023-11-09 19:53:04 -03:00 committed by GitHub
parent e5e89ec549
commit f2b1737edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -110,18 +110,18 @@ These fixes disable mining pool operator payments and miner payments: they just
1. `git clone https://github.com/ZcashFoundation/s-nomp`
2. `cd s-nomp`
3. Use the Zebra fixes: `git checkout zebra-mining`
4. Use node 8.11.0:
4. Use node 10:
```sh
nodenv install 8.11.0
nodenv local 8.11.0
nodenv install 10
nodenv local 10
```
or
```sh
nvm install 8.11.0
nvm use 8.11.0
nvm install 10
nvm use 10
```
5. Update dependencies and install: