]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/nodesource.rb
Ignore failures fetching the nodesource repo key
[chef.git] / cookbooks / apt / recipes / nodesource.rb
index 51bfa3c1713a6fa8ebd490a37712e08561412906..18d5d8be7c113961115be4747a1772dacdc595ee 100644 (file)
@@ -20,7 +20,9 @@
 include_recipe "apt"
 
 apt_repository "nodesource" do
-  uri "https://deb.nodesource.com/node_18.x"
+  uri "https://deb.nodesource.com/node_20.x"
+  distribution "nodistro"
   components ["main"]
-  key "1655A0AB68576280"
+  key "https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key"
+  ignore_failure true
 end