Skip to content

Commit e80de89

Browse files
committed
fix(homebrew): depend on current node formula
1 parent 65e5238 commit e80de89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

formula/raindrop-cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class RaindropCli < Formula
55
sha256 "3a8a97a56b7b16dfd2531779ca05b7037e9801ac02ec827048be07e747749282"
66
license "MIT"
77

8-
depends_on "node@20"
8+
depends_on "node"
99

1010
def install
1111
system "npm", "install", *std_npm_args

0 commit comments

Comments
 (0)