Skip to content

Commit

Permalink
bump pnpm version in release action (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntVal authored Jul 17, 2024
1 parent e9dd176 commit 2013cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version: [lts/*]
pnpm-version: [8]
pnpm-version: [8.9.0]
runs-on: ${{ matrix.os }}
steps:
- name: ⬇️ Checkout
Expand All @@ -40,7 +40,7 @@ jobs:

- name: 🥡 Setup pnpm
id: setup-pnpm
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4
with:
version: ${{ matrix.pnpm-version }}
run_install: false
Expand Down

0 comments on commit 2013cca

Please sign in to comment.