Skip to content

Commit abed815

Browse files
authored
chore: bump pnpm version v10.28.2 in CI workflow (#455)
* chore: bump pnpm version v10.28.2 in CI workflow * chore: switch to pnpm for global dependency installation in CI workflow
1 parent f319150 commit abed815

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
env:
1515
DEFAULT_BRANCH: v0-2
1616
node_version: 24
17-
pnpm_version: 10.17.1
17+
pnpm_version: 10.28.2
1818
VERCEL_TELEMETRY_DISABLED: 1
1919

2020
jobs:
@@ -29,8 +29,13 @@ jobs:
2929
with:
3030
node-version: ${{ env.node_version }}
3131

32+
- uses: pnpm/action-setup@v4
33+
with:
34+
version: ${{ env.pnpm_version }}
35+
cache: true
36+
3237
- name: Install extra dependencies
33-
run: npm install --global bun@latest vercel@latest
38+
run: pnpm install --global bun@latest vercel@latest
3439

3540
- uses: amondnet/vercel-action@v41.1.4
3641
id: vercel

0 commit comments

Comments
 (0)