From 4b1340f9b840931558d130776377972f4c381721 Mon Sep 17 00:00:00 2001 From: Igor Octaviano Date: Thu, 21 May 2026 17:30:13 -0300 Subject: [PATCH] Pin yarn --- nx.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nx.json b/nx.json index ce4a8069e88..2611540a881 100644 --- a/nx.json +++ b/nx.json @@ -1,4 +1,7 @@ { + "cli": { + "packageManager": "yarn" + }, "tasksRunnerOptions": { "default": { "runner": "nx/tasks-runners/default",