Skip to content

Commit

Permalink
ci: update pnpm version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Dec 19, 2023
1 parent 2a7c77e commit 5b0ce03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v2
with:
version: 6
version: 8

- name: Install dependendencies
run: pnpm i
Expand Down

0 comments on commit 5b0ce03

Please sign in to comment.