Skip to content

Commit 11ca0d6

Browse files
author
Marvin Zhang
committed
chore: update pnpm action version to 10 in CI workflows
1 parent 69dc481 commit 11ca0d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: pnpm/action-setup@v4
1717
with:
18-
version: 9
18+
version: 10
1919

2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install pnpm
3030
uses: pnpm/action-setup@v4
3131
with:
32-
version: 9
32+
version: 10
3333

3434
- name: Set up Node.js
3535
uses: actions/setup-node@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: pnpm/action-setup@v4
1717
with:
18-
version: 9
18+
version: 10
1919

2020
- uses: actions/setup-node@v4
2121
with:

0 commit comments

Comments
 (0)