Skip to content

Commit

Permalink
Fix pnpm action version
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueCarry committed Jul 15, 2024
1 parent c2ea05f commit d560ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
- uses: pnpm/action-setup@v4
with:
version: latest
version: 9
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- uses: pnpm/action-setup@v4
with:
version: latest
version: 9
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
run: |
Expand Down

0 comments on commit d560ea0

Please sign in to comment.