]> git.openstreetmap.org Git - chef.git/commitdiff
Update Node.js to the 20.x branch
authorTom Hughes <tom@compton.nu>
Sun, 7 Apr 2024 13:38:43 +0000 (14:38 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 7 Apr 2024 13:38:43 +0000 (14:38 +0100)
cookbooks/apt/recipes/nodesource.rb

index 51bfa3c1713a6fa8ebd490a37712e08561412906..a85d543d8c1dd7e3c8411accde54e1da8b259044 100644 (file)
@@ -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