Merge pull request #189 from LeCodeCo/patch-2

Change Node.js install script from 8 to 10
This commit is contained in:
Dane Everitt 2020-04-12 09:59:01 -07:00 committed by GitHub
commit 4f3639813c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ systemctl start docker
### Nodejs
```bash
curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
curl --silent --location https://rpm.nodesource.com/setup_10.x | bash -
yum install -y nodejs
```