Skip to content

Commit db50d29

Browse files
move to latest vercel version
1 parent 14e4990 commit db50d29

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
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Install Vercel CLI
31-
run: npm install --global vercel@44.6.6
31+
run: npm install --global vercel@latest
3232

3333
- name: Pull Vercel Environment Information
3434
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@44.6.6
29+
run: npm install --global vercel@latest
3030

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

0 commit comments

Comments
 (0)