Skip to content

Commit

Permalink
Update gh workflow with yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Nov 19, 2024
1 parent aace121 commit 7a663d5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ jobs:
with:
submodules: recursive


- name: Set Node.js 21.x
uses: actions/setup-node@v3
with:
node-version: 21.x

- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
Expand Down

0 comments on commit 7a663d5

Please sign in to comment.