Skip to content

Commit

Permalink
Feat: 배포 실패 원인 찾기 #165
Browse files Browse the repository at this point in the history
  • Loading branch information
ujiiin committed Feb 19, 2024
1 parent c95cfcc commit 3b2d045
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: ["16.x"] # 노드 버전 지정! 여러 개도 가능! ['18.x', '14.x'] 요렇게
node-version: ["20.x"] # 노드 버전 지정! 여러 개도 가능! ['18.x', '14.x'] 요렇게

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

0 comments on commit 3b2d045

Please sign in to comment.