Skip to content

Commit

Permalink
Merge pull request #53 from UMC-FITple/feat/#52_backend_cicd-12
Browse files Browse the repository at this point in the history
CI/CD 파이프라인 수정-12
  • Loading branch information
seoyeoneel02 authored Aug 16, 2024
2 parents 1d046d3 + 497570e commit 968f159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: ['18'] # 노드 버전 지정
node-version: ['20'] # 노드 버전 지정

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

0 comments on commit 968f159

Please sign in to comment.