ship: use node for build (#48500)
This commit is contained in:
parent
142aebb778
commit
455ceb70cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue