Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit dfbff1b

Browse files
committed
updade pnpm in CI to 10
1 parent e55f0f3 commit dfbff1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: pnpm/action-setup@v4
2323
with:
24-
version: 9
24+
version: 10
2525
- name: Install Node
2626
uses: actions/setup-node@v3
2727
with:
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v3
4242
- uses: pnpm/action-setup@v4
4343
with:
44-
version: 9
44+
version: 10
4545
- name: Install Node
4646
uses: actions/setup-node@v3
4747
with:

0 commit comments

Comments
 (0)