Skip to content

Commit

Permalink
doc(readme): bump min node
Browse files Browse the repository at this point in the history
see #91
  • Loading branch information
duncdrum committed Aug 12, 2021
1 parent dccc128 commit 0beb0cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The latest reslease version of FusionDB is available for download from [https://


## Requirements
* Node.js >= 12.18.3
* Node.js 14
* yarn 1.17.3+
* Git 2.11+
* Java 8
Expand All @@ -26,8 +26,8 @@ We suggest using [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) fo

```bash
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
nvm install 12
nvm use 12
nvm install 14
nvm use 14
```

Install the latest version of yarn compatible with the recommended node version.
Expand Down

0 comments on commit 0beb0cc

Please sign in to comment.