Update Node version in install.md (#753)

This commit is contained in:
Даниил Пронин 2020-02-09 10:02:46 +10:00 committed by GitHub
parent 5888c426ac
commit 9858688afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Make sure curl is installed first:
#### Node.js {#node-js}
```bash
curl -sL https://deb.nodesource.com/setup_8.x | bash -
curl -sL https://deb.nodesource.com/setup_10.x | bash -
```
#### Yarn {#yarn}