Skip to content

Commit

Permalink
Update dashlane-cli.rb to use yarn3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Mors authored Nov 24, 2023
1 parent 967dbc9 commit 1b24d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/dashlane-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class DashlaneCli < Formula
def install
Language::Node.setup_npm_environment
platform = OS.linux? ? "linux" : "macos"
system "yarn", "set", "version", "3.4.1"
system "yarn", "set", "version", "3.6.3"
system "yarn", "install", "--frozen-lockfile"
system "yarn", "run", "build"
system "yarn", "workspaces", "focus", "--production"
Expand Down

0 comments on commit 1b24d09

Please sign in to comment.