From 6ec4545584b1c02a8c56c5d465019fc7506e6a5c Mon Sep 17 00:00:00 2001 From: Hui Yiqun Date: Thu, 1 Jun 2017 11:07:42 +0800 Subject: [PATCH] update for nodejs 8.x --- nodesource.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodesource.sh b/nodesource.sh index 51376af..74f449f 100755 --- a/nodesource.sh +++ b/nodesource.sh @@ -13,7 +13,7 @@ function sync_nodesource() { DEB_BASE_URL="https://deb.nodesource.com" RPM_BASE_URL="https://rpm.nodesource.com" -node_versions=("0.10" "0.12" "4.x" "6.x" "7.x") +node_versions=("0.10" "0.12" "4.x" "6.x" "7.x" "8.x") declare success=true for ver in ${node_versions[@]}; do