Skip to content

Commit 846d7da

Browse files
committed
chore: update pnpm version in CI configuration from 8 to 10 for improved performance and compatibility
1 parent 724a010 commit 846d7da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup pnpm
3333
uses: pnpm/action-setup@v2
3434
with:
35-
version: 8
35+
version: 10
3636

3737
- name: Setup Node.js
3838
uses: actions/setup-node@v4
@@ -94,7 +94,7 @@ jobs:
9494
- name: Setup pnpm
9595
uses: pnpm/action-setup@v2
9696
with:
97-
version: 8
97+
version: 10
9898

9999
- name: Setup Node.js
100100
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)