Skip to content

Commit

Permalink
Add setup action for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Jul 13, 2024
1 parent 3e617e1 commit 649c7ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/action-setup@v3
with:
version: 8

- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit 649c7ff

Please sign in to comment.