update node to 9.x version (#19)

This commit is contained in:
bao-qian 2017-12-20 22:15:47 +08:00 committed by bigeagle
parent c70b80910c
commit 1758c24406

View File

@ -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" "8.x")
node_versions=("0.10" "0.12" "4.x" "6.x" "7.x" "8.x" "9.x")
declare success=true
for ver in ${node_versions[@]}; do