Skip to content

Commit

Permalink
ci: pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
zxch3n committed Jul 4, 2024
1 parent ec90563 commit 9eaaaea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
deno-version: v1.x
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v2
node-version: 20
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Install nextest
Expand Down

0 comments on commit 9eaaaea

Please sign in to comment.