From 87952b7ba568680d15bc5c524ea2fae0d2b8ac72 Mon Sep 17 00:00:00 2001 From: "Francois B. (Makoto)" Date: Fri, 28 Feb 2020 21:39:18 +0100 Subject: [PATCH] NodeJS upd to 12.x --- repo_functions_ub1804.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo_functions_ub1804.sh b/repo_functions_ub1804.sh index efa98d4..5607488 100644 --- a/repo_functions_ub1804.sh +++ b/repo_functions_ub1804.sh @@ -911,8 +911,8 @@ function addRepo_SkypeForLinux () { function addRepo_NodeLts () { addKey "https://deb.nodesource.com/gpgkey/nodesource.gpg.key" addRepo "nodesource.list" \ - "deb https://deb.nodesource.com/node_10.x bionic main" \ - "deb-src https://deb.nodesource.com/node_10.x bionic main" + "deb https://deb.nodesource.com/node_12.x bionic main" \ + "deb-src https://deb.nodesource.com/node_12.x bionic main" } #