Skip to content

Commit

Permalink
fix(ci): install yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jan 23, 2024
1 parent 26d0030 commit fe35329
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
with:
ruby-version: 3.2
bundler-cache: true
- name: Setup yarn
run: npm install -g yarn
- uses: actions/setup-node@v4
with:
node-version: 21
cache: yarn
- name: Install wasi-vfs
if: steps.cache-wasi-vfs.outputs.cache-hit != 'true'
Expand Down

0 comments on commit fe35329

Please sign in to comment.