Bump version of Node.js to install (#759)

This commit is contained in:
BSKY 2020-02-21 01:54:48 +09:00 committed by GitHub
parent 402a44cdbb
commit bddd59a36a
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_10.x | bash -
curl -sL https://deb.nodesource.com/setup_12.x | bash -
```
#### Yarn {#yarn}