There was an error while loading. Please reload this page.
1 parent 715f6b6 commit 98d4c23Copy full SHA for 98d4c23
1 file changed
.github/workflows/web-image-export-function-demo.yml
@@ -29,6 +29,9 @@ jobs:
29
distribution: 'graalvm'
30
github-token: ${{ secrets.GITHUB_TOKEN }}
31
native-image-job-reports: 'true'
32
+ - uses: actions/setup-node@v4
33
+ with:
34
+ node-version: 22
35
- name: Set up Binaryen
36
run: |
37
curl -sLO https://github.com/WebAssembly/binaryen/releases/download/version_122/binaryen-version_122-x86_64-linux.tar.gz
0 commit comments