We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c630e9 commit 34cdb91Copy full SHA for 34cdb91
1 file changed
.github/workflows/ci.yml
@@ -26,6 +26,10 @@ jobs:
26
- name: Install cargo-zigbuild
27
run: cargo install cargo-zigbuild
28
29
+ - uses: actions/setup-node@v4
30
+ with:
31
+ node-version: lts/*
32
+
33
- name: Build wasm
34
run: zig build wasi
35
0 commit comments