Skip to content

Commit 9c74d97

Browse files
radoeringbranchv
andcommitted
chore: update vercel
The version from the package.json is not used by vercel-action. Co-authored-by: Branch Vincent <[email protected]>
1 parent fd899cc commit 9c74d97

File tree

4 files changed

+183
-2143
lines changed

4 files changed

+183
-2143
lines changed

.github/workflows/deploy-preview.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
uses: amondnet/vercel-action@v25
6464
id: vercel-action
6565
with:
66+
vercel-version: 39.1.3
6667
vercel-token: ${{ secrets.VERCEL_TOKEN }}
6768
github-token: ${{ secrets.GITHUB_TOKEN }}
6869
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}

.github/workflows/deploy-production.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
uses: amondnet/vercel-action@v25
6969
id: vercel-action
7070
with:
71+
vercel-version: 39.1.3
7172
vercel-token: ${{ secrets.VERCEL_TOKEN }}
7273
github-token: ${{ secrets.GITHUB_TOKEN }}
7374
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}

0 commit comments

Comments
 (0)