Skip to content

Commit

Permalink
Merge pull request #36 from UMC-FITple/fix/#35_backend_cicd-4
Browse files Browse the repository at this point in the history
CI/CD 파이프라인 수정
  • Loading branch information
seoyeoneel02 authored Aug 14, 2024
2 parents 6e76ea1 + d256d4a commit 7530caf
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 7530caf

Please sign in to comment.