We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e5238 commit e80de89Copy full SHA for e80de89
1 file changed
formula/raindrop-cli.rb
@@ -5,7 +5,7 @@ class RaindropCli < Formula
5
sha256 "3a8a97a56b7b16dfd2531779ca05b7037e9801ac02ec827048be07e747749282"
6
license "MIT"
7
8
- depends_on "node@20"
+ depends_on "node"
9
10
def install
11
system "npm", "install", *std_npm_args
0 commit comments