We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7af802 commit 94e215dCopy full SHA for 94e215d
.github/workflows/deploy.yaml
@@ -23,6 +23,11 @@ jobs:
23
node-version-file: .nvmrc
24
cache: pnpm
25
26
+ - name: Setup Emscripten
27
+ uses: mymindstorm/setup-emsdk@v14
28
+ with:
29
+ version: 3.1.74
30
+
31
- name: Install dependencies
32
run: pnpm --color install
33
.github/workflows/test.yaml
0 commit comments