NodeJS upd to 12.x
This commit is contained in:
parent
4faa0d7f1d
commit
87952b7ba5
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue