Update to Node 8.x

This commit is contained in:
Eugen Rochko 2018-07-17 17:44:21 +02:00 committed by GitHub
parent 6ba4ada236
commit f92195ca83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ We run this script to add the repository:
```sh
apt -y install curl
curl -sL https://deb.nodesource.com/setup_6.x | bash -
curl -sL https://deb.nodesource.com/setup_8.x | bash -
```
The [node.js](https://nodejs.org/en/) repository is now added.