Use NPM to install vercel cli

This commit is contained in:
Benji Grant 2023-06-10 12:02:43 +10:00
parent d250ef67ee
commit a46e697435

View file

@ -23,13 +23,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache-dependency-path: '**/yarn.lock'
- name: Install Vercel CLI
run: yarn global install vercel@latest
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts