nodesource: add 7.x

This commit is contained in:
Hui Yiqun 2017-04-23 19:24:12 +08:00
parent b4b2e175f6
commit c3b50863cf

View File

@ -13,7 +13,7 @@ function sync_nodesource() {
DEB_BASE_URL="https://deb.nodesource.com" DEB_BASE_URL="https://deb.nodesource.com"
RPM_BASE_URL="https://rpm.nodesource.com" RPM_BASE_URL="https://rpm.nodesource.com"
node_versions=("0.10" "0.12" "4.x" "6.x") node_versions=("0.10" "0.12" "4.x" "6.x" "7.x")
declare success=true declare success=true
for ver in ${node_versions[@]}; do for ver in ${node_versions[@]}; do