Skip to content

Commit

Permalink
ci: stick pnpm version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
DonOmalVindula committed Jan 10, 2025
1 parent 18f2794 commit 105b128
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
strategy:
matrix:
node-version: [18.x]
pnpm-version: [9.15.3]
steps:
- name: ⬇️ Checkout
id: checkout
Expand All @@ -54,7 +53,7 @@ jobs:
id: setup-pnpm
uses: pnpm/[email protected]
with:
version: ${{ matrix.pnpm-version }}
version: latest
run_install: false

- name: 🎈 Get pnpm store directory
Expand Down

0 comments on commit 105b128

Please sign in to comment.