From 37bf493453275756d9fcef63c8dff9527e2560fe Mon Sep 17 00:00:00 2001 From: Miao Wang Date: Thu, 31 Dec 2020 10:53:57 +0800 Subject: [PATCH] nodesource: add 15.x Signed-off-by: Miao Wang --- nodesource.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodesource.sh b/nodesource.sh index ed354fe..0642aa0 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" "13.x" "14.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" "15.x") declare success=true for ver in ${node_versions[@]}; do