add new versions of node-source

Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
This commit is contained in:
Miao Wang 2020-01-13 17:48:21 +08:00
parent 4c334c1383
commit a08a551a23
No known key found for this signature in database
GPG Key ID: B031E3CA7BFED96E

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