ship: use node for build (#48500)

This commit is contained in:
Michka Popoff 2020-01-03 08:31:30 +01:00 committed by GitHub
parent 142aebb778
commit 455ceb70cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ class Ship < Formula
end
depends_on "go" => :build
depends_on "node@8" => :build
depends_on "node" => :build
depends_on "yarn" => :build
def install