Skip to content

Commit

Permalink
fix: workflows for wasm-pack (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Sep 6, 2021
1 parent 7a924ec commit 5723f10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Install wasm-pack
uses: jetli/wasm-pack-action@v0.3.0
with:
version: v0.10.0
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Install wasm-pack
uses: jetli/wasm-pack-action@v0.3.0
with:
version: v0.10.0
- uses: actions/checkout@v2
- name: Lint
run: |
Expand All @@ -25,6 +27,8 @@ jobs:
steps:
- name: Install wasm-pack
uses: jetli/wasm-pack-action@v0.3.0
with:
version: v0.10.0
- uses: actions/checkout@v2
- name: Test
run: |
Expand Down

0 comments on commit 5723f10

Please sign in to comment.