Change Node.js install script from 8 to 10

This commit is contained in:
Rihan // CodeCo 2020-04-12 15:49:19 +01:00 committed by GitHub
parent 30b6244636
commit a139e8f9ee
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
```