Merge pull request #77 from xfoxfu/patch-1

add v14.x for nodesource
This commit is contained in:
Yuxiang Zhang 2020-06-21 13:07:00 +08:00 committed by GitHub
commit 8337721aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" "13.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" "14.x")
declare success=true
for ver in ${node_versions[@]}; do