Skip to content

Commit

Permalink
fix: pnpm 설치 명령어 추가 #35
Browse files Browse the repository at this point in the history
  • Loading branch information
seoyeoneel02 committed Aug 14, 2024
1 parent 6e76ea1 commit d256d4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
node-version: ['18', '16', '14'] # 노드 버전 지정! 여러 개도 가능! ['18.x', '14.x'] 요렇게

steps:
- name: Install pnpm
run: npm install -g pnpm

# build 할 코드를 가져옴 (코드 checkout - github에서 제공해주는 checkout@v3 사용)
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit d256d4a

Please sign in to comment.