Skip to content

Commit da32d41

Browse files
Copilothotlong
andcommitted
chore: standardize pnpm version to 10 across changeset workflows
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 28d37dd commit da32d41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changeset-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup pnpm
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: 9
28+
version: 10
2929

3030
- name: Setup Node.js
3131
uses: actions/setup-node@v4

.github/workflows/changeset-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup pnpm
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: 9
28+
version: 10
2929

3030
- name: Setup Node.js
3131
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)