diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index d7383f2..a713a54 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -20,12 +20,12 @@ jobs: node-version: latest - name: Setup pnpm - - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v3 with: version: latest - name: Setup wasm-pack - - uses: jetli/wasm-pack-action@v0.4.0 + uses: jetli/wasm-pack-action@v0.4.0 with: version: latest