Skip to content

Commit

Permalink
actually bump node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Nov 12, 2024
1 parent b9c6161 commit 8d5fb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/viam-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class ViamServer < Formula
head "https://github.com/viamrobotics/rdk.git", branch: "main"

depends_on "go" => :build
depends_on "node@18" => :build
depends_on "node@20" => :build
depends_on "pkg-config" => :build
depends_on "nlopt-static" => :build
depends_on "ffmpeg"
Expand Down

0 comments on commit 8d5fb64

Please sign in to comment.