We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d0030 commit b3369efCopy full SHA for b3369ef
1 file changed
.github/workflows/build.yml
@@ -25,8 +25,11 @@ jobs:
25
with:
26
ruby-version: 3.2
27
bundler-cache: true
28
+ - name: Setup yarn
29
+ run: npm install -g yarn
30
- uses: actions/setup-node@v4
31
32
+ node-version: 21
33
cache: yarn
34
- name: Install wasi-vfs
35
if: steps.cache-wasi-vfs.outputs.cache-hit != 'true'
@@ -57,4 +60,5 @@ jobs:
57
60
bundle exec rbwasm build -o src/ruby.wasm --ruby-version 3.2
58
61
- name: Build web app
59
62
run: |
63
+ yarn install
64
yarn build
0 commit comments