From 1b24d09da9958465f9321e233a6cd5e7fc4f69e2 Mon Sep 17 00:00:00 2001 From: Corentin Mors Date: Fri, 24 Nov 2023 16:21:14 +0100 Subject: [PATCH] Update dashlane-cli.rb to use yarn3.6.3 --- Formula/dashlane-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/dashlane-cli.rb b/Formula/dashlane-cli.rb index 36620c8..ef386c1 100644 --- a/Formula/dashlane-cli.rb +++ b/Formula/dashlane-cli.rb @@ -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"