Skip to content

Commit

Permalink
Fix : deploy 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JangGusWjd committed Sep 16, 2024
1 parent 0fd3fa0 commit 6ee0fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3 # 최신 버전으로 업데이트
with:
node-version: "18.17.0" # 사용 중인 Node.js 버전 설정
node-version: "18.20.4" # 사용 중인 Node.js 버전 설정

- name: .env setting
run: |
Expand All @@ -50,4 +50,4 @@ jobs:
aws s3 cp \
--recursive \
--region ap-northeast-2 \
build s3://majorin
dist build s3://majorin

0 comments on commit 6ee0fad

Please sign in to comment.