We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f319150 commit abed815Copy full SHA for abed815
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ on:
14
env:
15
DEFAULT_BRANCH: v0-2
16
node_version: 24
17
- pnpm_version: 10.17.1
+ pnpm_version: 10.28.2
18
VERCEL_TELEMETRY_DISABLED: 1
19
20
jobs:
@@ -29,8 +29,13 @@ jobs:
29
with:
30
node-version: ${{ env.node_version }}
31
32
+ - uses: pnpm/action-setup@v4
33
+ with:
34
+ version: ${{ env.pnpm_version }}
35
+ cache: true
36
+
37
- name: Install extra dependencies
- run: npm install --global bun@latest vercel@latest
38
+ run: pnpm install --global bun@latest vercel@latest
39
40
- uses: amondnet/vercel-action@v41.1.4
41
id: vercel
0 commit comments