From e0448ea9cd60c97143c393a6f0f885626712d571 Mon Sep 17 00:00:00 2001 From: shreyas-londhe Date: Wed, 11 Sep 2024 20:38:58 +0530 Subject: [PATCH] chore: updated gh workflow --- .github/workflows/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 88fcc43..094e893 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -37,7 +37,9 @@ jobs: - name: Install Yarn run: | + corepack enable corepack prepare yarn@3.2.3 --activate + yarn install --immutable - name: Install Yarn dependencies working-directory: ./packages/circuits @@ -60,7 +62,9 @@ jobs: - name: Install Yarn run: | + corepack enable corepack prepare yarn@3.2.3 --activate + yarn install --immutable - name: Install Yarn dependencies working-directory: ./packages/helpers