Skip to content

Commit

Permalink
fix: use pnpm v9 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Jun 29, 2024
1 parent 012076c commit ca6677f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8.5.1
version: 9
- name: Get pnpm store directory
id: pnpm-cache
shell: bash
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8.5.1
version: 9

- name: Get pnpm store directory
id: pnpm-cache
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8.5.1
version: 9
- name: Get pnpm store directory
id: pnpm-cache
shell: bash
Expand Down

0 comments on commit ca6677f

Please sign in to comment.