Skip to content

Commit

Permalink
chore: updated action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-londhe committed Sep 26, 2024
1 parent 4dec2cb commit 9fce41f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9fce41f

Please sign in to comment.