From 68498a4feb6734ace208f63446977670e3992813 Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Mon, 27 Jan 2025 14:58:23 +0100 Subject: [PATCH] Enable Corepack --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea1013d34f94..11bd7593809f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -409,6 +409,9 @@ jobs: command: yarn jiti ./event-log-collector.ts working_directory: scripts background: true + - run: + name: Enable Corepack + command: corepack enable - run: name: Create Sandboxes command: |