Skip to content

Commit

Permalink
feat(workflows): use latest pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
golobitch committed May 15, 2024
1 parent d938c63 commit 4fc3b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: v8.x.x
version: latest
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down

0 comments on commit 4fc3b1c

Please sign in to comment.