Skip to content

Commit dea83de

Browse files
committed
fix : vercel cli version specified
1 parent 80e725d commit dea83de

File tree

2 files changed

+16
-26
lines changed

2 files changed

+16
-26
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
cache: 'pnpm'
101101

102102
- name: Install Vercel CLI
103-
run: pnpm add -g vercel@latest
103+
run: pnpm add -g vercel@48.9.0
104104

105105
- name: Pull Vercel Environment Information
106106
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

pnpm-lock.yaml

Lines changed: 15 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)