Skip to content

Commit

Permalink
chore: update pnpm version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Nov 19, 2023
1 parent abea718 commit 30d203e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8
run_install: false
- name: Get pnpm store directory
id: pnpm-cache
Expand Down

0 comments on commit 30d203e

Please sign in to comment.