Skip to content

Commit

Permalink
update wasm pack
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBatdorf committed Jul 28, 2024
1 parent 0aa9b8a commit 227f435
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-production-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Install wasm-pack
uses: jetli/wasm-pack-action@v0.4.0
uses: qmaru/wasm-pack-action@v0.5.0

- name: npm install and build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: npm ci

- name: Install wasm-pack
uses: jetli/wasm-pack-action@v0.4.0
uses: qmaru/wasm-pack-action@v0.5.0

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
restore-keys: ${{ runner.os }}-node-modules-

- name: Install wasm-pack
uses: jetli/wasm-pack-action@v0.4.0
uses: qmaru/wasm-pack-action@v0.5.0

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-to-wp-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Install wasm-pack
uses: jetli/wasm-pack-action@v0.4.0
uses: qmaru/wasm-pack-action@v0.5.0
- name: npm install and build
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-wordpress-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Install wasm-pack
uses: jetli/wasm-pack-action@v0.4.0
uses: qmaru/wasm-pack-action@v0.5.0
- name: npm install and build
run: |
npm ci
Expand Down

0 comments on commit 227f435

Please sign in to comment.