From 9fce41f12e8374bb366da9f7577b7c3b9edebf4a Mon Sep 17 00:00:00 2001 From: shreyas-londhe Date: Thu, 26 Sep 2024 13:02:21 +0530 Subject: [PATCH] chore: updated action.yml --- .github/workflows/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index a076cb2..2c4d5e9 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -23,6 +23,9 @@ jobs: with: node-version: 18 + - name: Install Yarn + run: npm install -g yarn + - name: Setup Rust uses: dtolnay/rust-toolchain@stable @@ -54,6 +57,9 @@ jobs: with: node-version: 18 + - name: Install Yarn + run: npm install -g yarn + - name: Install Yarn dependencies working-directory: ./packages/helpers run: yarn install --immutable