From 208a296c5895e376f025d553794a5cff6a1002fa Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 7 Apr 2024 14:38:43 +0100 Subject: [PATCH] Update Node.js to the 20.x branch --- cookbooks/apt/recipes/nodesource.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.1