Skip to content

Commit

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

- name: 🎈 Get pnpm store directory
Expand Down

0 comments on commit 3186497

Please sign in to comment.