Skip to content

Commit

Permalink
ci: Update ci-development.yml
Browse files Browse the repository at this point in the history
- actions/checkout 버전 2 ➡️ 4
- Vercel CLI 설치 step 추가
  • Loading branch information
nijuy authored Feb 8, 2025
1 parent 6abb9b8 commit c6c13f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Vercel CLI
run: npm install -g vercel

- name: Deploy to Vercel Action
uses: BetaHuhn/deploy-to-vercel-action@latest
with:
Expand Down

0 comments on commit c6c13f7

Please sign in to comment.