X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..52d37812f3607afbe5221dbcdf1a6cf67f3263c5:/cookbooks/nodejs/recipes/default.rb?ds=sidebyside 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 ]