Skip to content

Commit 3625e91

Browse files
committed
ci(pnpm): update pnpm version in actions
1 parent fb2d495 commit 3625e91

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/merge-jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
node-version: ${{ steps.nvm.outputs.NVMRC }}
3232

3333
- name: Install pnpm
34-
uses: pnpm/action-setup@v2
34+
uses: pnpm/action-setup@v4
3535
with:
36-
version: 8
36+
version: 9
3737
run_install: false
3838

3939
- name: Get pnpm store directory

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
node-version: ${{ steps.nvm.outputs.NVMRC }}
4747

4848
- name: Install pnpm
49-
uses: pnpm/action-setup@v3
49+
uses: pnpm/action-setup@v4
5050
with:
51-
version: 8
51+
version: 9
5252
run_install: false
5353

5454
- name: Get pnpm store directory

.github/workflows/pull-request-jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
node-version: ${{ steps.nvm.outputs.NVMRC }}
3434

3535
- name: Install pnpm
36-
uses: pnpm/action-setup@v3
36+
uses: pnpm/action-setup@v4
3737
with:
38-
version: 8
38+
version: 9
3939
run_install: false
4040

4141
- name: Get pnpm store directory

0 commit comments

Comments
 (0)