We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9530f35 commit 24718e9Copy full SHA for 24718e9
1 file changed
.github/workflows/.reusable-frontend-deploy.yml
@@ -50,5 +50,5 @@ jobs:
50
npm run env
51
npm run bundle
52
echo ${{ github.sha }} > CI_COMMIT_SHA
53
- npm install --global vercel@31.2.0
+ npm install --global vercel@47.2.2
54
vercel --prod --token ${{ secrets.VERCEL_TOKEN }}
0 commit comments