From 91744022c89adb11df192062146b7634fbdabc3e Mon Sep 17 00:00:00 2001 From: wcampbell Date: Sun, 27 Oct 2024 23:03:05 -0400 Subject: [PATCH] ci: Update jetli/wasm-pack-action to 0.4.0 * Maybe this fixes the ci? --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81684c51..8534b050 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,7 +73,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: nightly - - uses: jetli/wasm-pack-action@v0.3.0 + - uses: jetli/wasm-pack-action@v0.4.0 with: version: 'latest' - run: cd ensure_wasm && wasm-pack build --target web && wasm-pack test --node