fix: pin vercel cli version

This commit is contained in:
Cory Dransfeldt 2023-06-02 16:21:07 -07:00
parent 0782ec1de4
commit faa7e6c5b3
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Vercel CLI
run: npm install --global vercel@latest
run: npm install --global vercel@29.4.0
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts