Skip to content

Commit

Permalink
Merge pull request #228 from Achintha444/main
Browse files Browse the repository at this point in the history
build: stick`pnpm` version of the `release` action
  • Loading branch information
Achintha444 authored Jul 12, 2024
2 parents b660e36 + 221c531 commit c13a1b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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: [lts/*]
pnpm-version: [8.15.7]
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
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c13a1b4

Please sign in to comment.