Skip to content

Commit c15079d

Browse files
committed
Update build.yml to upgrade pnpm action from v3 to v4 and specify pnpm version 10 for improved dependency management.
1 parent b3d955f commit c15079d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ jobs:
2424
with:
2525
xcode-version: '16.4'
2626

27-
- uses: pnpm/action-setup@v3
27+
- uses: pnpm/action-setup@v4
2828
with:
29-
version: latest
29+
version: 10
3030

3131
- name: Sync node version and setup cache
3232
uses: actions/setup-node@v4
3333
with:
3434
node-version: 22.14.0
35-
cache: pnpm
3635

3736
- name: Init Project Config
3837
run: |

0 commit comments

Comments
 (0)