X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..218b774fc17db5e043c567fc5a0bc469a48bbcd8:/cookbooks/nodejs/recipes/default.rb diff --git a/cookbooks/nodejs/recipes/default.rb b/cookbooks/nodejs/recipes/default.rb index ac82c3c98..9483d5893 100644 --- a/cookbooks/nodejs/recipes/default.rb +++ b/cookbooks/nodejs/recipes/default.rb @@ -17,9 +17,12 @@ # limitations under the License. # +include_recipe "apt::nodesource" +include_recipe "apt::yarn" + package %w[ nodejs - npm + yarn g++ make ]