Skip to content

Commit

Permalink
fix: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Sep 2, 2024
1 parent 2d94913 commit 6c78597
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2

- name: Setup Yarn
uses: Swatinem/setup-yarn@v1
- name: Setup Node.js with Yarn
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'

- name: Install Yarn dependencies
run: yarn install
Expand Down

0 comments on commit 6c78597

Please sign in to comment.