Skip to content

Commit 342432f

Browse files
committed
chore: update pnpm version from 9 to 10 in workflow files
Refs: #7460
1 parent 8afd38b commit 342432f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/actions/pnpm-setup/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
name: pnpm Setup
66
description: Install Node and pnpm, install dependencies
77
runs:
8-
using: "composite"
8+
using: 'composite'
99
steps:
1010
- uses: pnpm/action-setup@v4
1111
with:
12-
version: 9
12+
version: 10
1313
run_install: false
1414

1515
- uses: actions/setup-node@v4

.github/workflows/auto-dependency-updater.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: pnpm/action-setup@v4
3636
id: pnpm-install
3737
with:
38-
version: 9
38+
version: 10
3939
run_install: false
4040
- name: Get pnpm store directory
4141
id: pnpm-cache

.github/workflows/draft-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: pnpm/action-setup@v4
2424
id: pnpm-install
2525
with:
26-
version: 9
26+
version: 10
2727
- name: Get pnpm store directory
2828
id: pnpm-cache
2929
shell: bash

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: pnpm/action-setup@v4
7373
id: pnpm-install
7474
with:
75-
version: 9
75+
version: 10
7676

7777
- name: Get pnpm store directory
7878
id: pnpm-cache

.github/workflows/test-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: pnpm/action-setup@v4
2525
id: pnpm-install
2626
with:
27-
version: 9
27+
version: 10
2828
- name: Get pnpm store directory
2929
id: pnpm-cache
3030
shell: bash

.github/workflows/update-snapshots.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: pnpm/action-setup@v4
4343
id: pnpm-install
4444
with:
45-
version: 9
45+
version: 10
4646
run_install: false
4747

4848
- name: Get pnpm store directory

0 commit comments

Comments
 (0)