Skip to content

Commit 34cdb91

Browse files
committed
ci install node
1 parent 7c630e9 commit 34cdb91

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
- name: Install cargo-zigbuild
2727
run: cargo install cargo-zigbuild
2828

29+
- uses: actions/setup-node@v4
30+
with:
31+
node-version: lts/*
32+
2933
- name: Build wasm
3034
run: zig build wasi
3135

0 commit comments

Comments
 (0)