Merge pull request 'Update node.js (apt repo)' (#307) from chore/update_nodejs_apt_repo into master

Reviewed-on: #307
This commit is contained in:
Râu Cao 2021-02-18 18:53:18 +00:00
commit adc2ed895f

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