X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..9bb700cfe792fea35319206696cf4764a19c8f5a:/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 ]