From: Tom Hughes Date: Sun, 7 Apr 2024 13:38:43 +0000 (+0100) Subject: Update Node.js to the 20.x branch X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/208a296c5895e376f025d553794a5cff6a1002fa Update Node.js to the 20.x branch --- diff --git a/cookbooks/apt/recipes/nodesource.rb b/cookbooks/apt/recipes/nodesource.rb index 51bfa3c17..a85d543d8 100644 --- a/cookbooks/apt/recipes/nodesource.rb +++ b/cookbooks/apt/recipes/nodesource.rb @@ -20,7 +20,7 @@ include_recipe "apt" apt_repository "nodesource" do - uri "https://deb.nodesource.com/node_18.x" + uri "https://deb.nodesource.com/node_20.x" components ["main"] key "1655A0AB68576280" end