From a139e8f9eee47e7da75b105b01357702d1172ca4 Mon Sep 17 00:00:00 2001 From: Rihan // CodeCo Date: Sun, 12 Apr 2020 15:49:19 +0100 Subject: [PATCH] Change Node.js install script from 8 to 10 --- community/installation-guides/daemon/centos7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/installation-guides/daemon/centos7.md b/community/installation-guides/daemon/centos7.md index 408049fc..fef8e169 100644 --- a/community/installation-guides/daemon/centos7.md +++ b/community/installation-guides/daemon/centos7.md @@ -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 ```