Skip to content

Commit

Permalink
install bun in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-Asante committed Jan 6, 2024
1 parent 9e7921d commit d3ceb33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Install Vercel CLI
run: npm install --global vercel@latest

- name: Install bun
run: npm install --global bun

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

Expand Down

0 comments on commit d3ceb33

Please sign in to comment.