Skip to content

Commit 9f3c336

Browse files
Pin vercel version
1 parent 90cfa87 commit 9f3c336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Install Vercel CLI
29-
run: npm install --global vercel@canary
29+
run: npm install --global vercel@44.6.6
3030

3131
- name: Pull Vercel Environment Information
3232
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}

.github/workflows/deploy_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Install Vercel CLI
29-
run: npm install --global vercel@canary
29+
run: npm install --global vercel@44.6.6
3030

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

0 commit comments

Comments
 (0)