Skip to content

Commit

Permalink
doc: pin more specifically to node v16 (ripemd160 is removed in node …
Browse files Browse the repository at this point in the history
…v18 by libssl3)
  • Loading branch information
AJ ONeal committed Jul 7, 2022
1 parent 1e1299a commit 5c9c2f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ their KYC-free Blockchain API.

## Node.js

You must have [node.js](https://webinstall.dev/node) installed:
You must have [node.js](https://webinstall.dev/node) v16 installed:

### Mac & Linux

```bash
curl https://webinstall.dev/node@lts | bash
curl https://webinstall.dev/node@16 | bash
```

Follow the on-screen instructions. \
Expand Down

0 comments on commit 5c9c2f8

Please sign in to comment.