Skip to content

Commit

Permalink
chore: yarn 설치 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeWooKKang committed Jun 16, 2024
1 parent d4e5e1a commit 0b5092b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
- name: nvm을 활용한 프로젝트의 Node 설치
uses: irby/setup-node-nvm@master

- name: 의존성 패키지 다운
- name: yarn 설치
run: |
npm install -g yarn
echo yarn --version
- name: 빌드
run: |
Expand Down

0 comments on commit 0b5092b

Please sign in to comment.