Skip to content

Commit 98d4c23

Browse files
committed
Provide Node in CI job
1 parent 715f6b6 commit 98d4c23

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/web-image-export-function-demo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
distribution: 'graalvm'
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
native-image-job-reports: 'true'
32+
- uses: actions/setup-node@v4
33+
with:
34+
node-version: 22
3235
- name: Set up Binaryen
3336
run: |
3437
curl -sLO https://github.com/WebAssembly/binaryen/releases/download/version_122/binaryen-version_122-x86_64-linux.tar.gz

0 commit comments

Comments
 (0)