Skip to content

Commit

Permalink
Update frontend-prod-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shackstack authored Dec 20, 2023
1 parent 1650334 commit 29c5bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: ✨ Node.js 설정
uses: actions/setup-node@v3
with:
node-version: 18.16.1
node-version: 18.x

- name: 환경변수 설정
run: |
Expand All @@ -35,7 +35,7 @@ jobs:
SHARE_KAKAO_LINK_KEY: ${{secrets.SHARE_KAKAO_LINK_KEY}}

- name: ✨ 의존성 설치
run: rm -rf ./node_modules && yarn install
run: yarn install

- name: ✨ 빌드
run: yarn build:prod
Expand Down

0 comments on commit 29c5bda

Please sign in to comment.