Skip to content

Commit

Permalink
Merge pull request #65 from yiyb0603/develop
Browse files Browse the repository at this point in the history
Fix: github actions 패키지 매니저 환경을 pnpm으로 설정
  • Loading branch information
yiyb0603 authored Apr 2, 2024
2 parents 7438f9d + e6be0d7 commit 954c4d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/vercel-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16.14.2'
node-version: '20.12.0'

- uses: pnpm/action-setup@v3
with:
version: 8

- name: Install Vercel CLI
run: npm install -g vercel@latest
run: pnpm install -g vercel@latest

- name: Update Vercel Environment Variables
run: vercel pull --yes --environment=production --token=${{ env.VERCEL_TOKEN }}
Expand Down

0 comments on commit 954c4d5

Please sign in to comment.