Skip to content

Commit 14deaaa

Browse files
Copilotanakrish
andauthored
Re-enable wasm-pack test after upstream issue fix (microsoft#508)
* Initial plan * Re-enable wasm-pack test and update Node.js to v22 Co-authored-by: anakrish <35780660+anakrish@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: anakrish <35780660+anakrish@users.noreply.github.com>
1 parent ed36087 commit 14deaaa

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test-wasm.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node
2525
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2626
with:
27-
node-version: 18
27+
node-version: 22
2828

2929
- name: Install wasmlpack
3030
run: cargo install wasm-pack
@@ -35,7 +35,5 @@ jobs:
3535
cargo fetch
3636
cargo clippy --all-targets --no-deps -- -Dwarnings
3737
wasm-pack build --target nodejs --release
38-
# Enable when upstream issue is fixed.
39-
# https://github.com/microsoft/regorus/issues/371
40-
# wasm-pack test --release --node
38+
wasm-pack test --release --node
4139
node test.js

0 commit comments

Comments
 (0)