Skip to content

Commit b3369ef

Browse files
committed
fix(ci): install yarn
1 parent 26d0030 commit b3369ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
with:
2626
ruby-version: 3.2
2727
bundler-cache: true
28+
- name: Setup yarn
29+
run: npm install -g yarn
2830
- uses: actions/setup-node@v4
2931
with:
32+
node-version: 21
3033
cache: yarn
3134
- name: Install wasi-vfs
3235
if: steps.cache-wasi-vfs.outputs.cache-hit != 'true'
@@ -57,4 +60,5 @@ jobs:
5760
bundle exec rbwasm build -o src/ruby.wasm --ruby-version 3.2
5861
- name: Build web app
5962
run: |
63+
yarn install
6064
yarn build

0 commit comments

Comments
 (0)