Skip to content

Commit 63c85d1

Browse files
chore(deps): update dependency pnpm to v10
1 parent 856a965 commit 63c85d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-to-gh-pages.yml

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

2222
- uses: pnpm/action-setup@v4
2323
with:
24-
version: 9
24+
version: 10
2525

2626
- name: Setup Node env
2727
uses: actions/setup-node@v4

.github/workflows/pr-check.yml

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

1818
- uses: pnpm/action-setup@v4
1919
with:
20-
version: 9
20+
version: 10
2121

2222
- name: Setup Node env
2323
uses: actions/setup-node@v4

.github/workflows/shared-oss-deploy.yml

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

3131
- uses: pnpm/action-setup@v4
3232
with:
33-
version: 9
33+
version: 10
3434

3535
- name: Setup Node env
3636
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)