We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d955f commit c15079dCopy full SHA for c15079d
1 file changed
.github/workflows/build.yml
@@ -24,15 +24,14 @@ jobs:
24
with:
25
xcode-version: '16.4'
26
27
- - uses: pnpm/action-setup@v3
+ - uses: pnpm/action-setup@v4
28
29
- version: latest
+ version: 10
30
31
- name: Sync node version and setup cache
32
uses: actions/setup-node@v4
33
34
node-version: 22.14.0
35
- cache: pnpm
36
37
- name: Init Project Config
38
run: |
0 commit comments