From a08a551a23c7078f48f23b428ecc40acad252607 Mon Sep 17 00:00:00 2001 From: Miao Wang Date: Mon, 13 Jan 2020 17:48:21 +0800 Subject: [PATCH] add new versions of node-source Signed-off-by: Miao Wang --- nodesource.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodesource.sh b/nodesource.sh index 853b8f7..ebd64d5 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" "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