From f5339831c7b59ccaf98cede830ad5f297fcaf260 Mon Sep 17 00:00:00 2001 From: shreyas-londhe Date: Wed, 11 Sep 2024 20:32:48 +0530 Subject: [PATCH] chore: updated gh workflow --- .github/workflows/action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 8952edc..88fcc43 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -35,6 +35,10 @@ jobs: - name: Print Circom version run: circom --version + - name: Install Yarn + run: | + corepack prepare yarn@3.2.3 --activate + - name: Install Yarn dependencies working-directory: ./packages/circuits run: yarn install --immutable @@ -54,6 +58,10 @@ jobs: with: node-version: 18 + - name: Install Yarn + run: | + corepack prepare yarn@3.2.3 --activate + - name: Install Yarn dependencies working-directory: ./packages/helpers run: yarn install --immutable