Update node.js (apt repo)

This commit is contained in:
Basti 2021-02-10 23:47:23 +01:00
parent bac66d4dba
commit f3def7b71d
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ if node['lsb']['codename'] == "vivid"
end
include_recipe "nodejs"
else
node.override["nodejs"]["repo"] = "https://deb.nodesource.com/node_10.x"
node.override["nodejs"]["repo"] = "https://deb.nodesource.com/node_12.x"
include_recipe "nodejs::nodejs_from_package"
end