Skip to content

Commit

Permalink
fix: Github Action 빌드 오류 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunmin0317 committed Nov 8, 2024
1 parent eaf2b6e commit a6d1427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
fetch-tags: true

- name: Set up Node.js 20
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.11.1'
Expand All @@ -25,7 +25,7 @@ jobs:
run: npm ci

- name: Build
run: npm run build
run: unset CI && npm run build

- name: Create Deployment Package
run: zip -qq -r ./build.zip .
Expand Down

0 comments on commit a6d1427

Please sign in to comment.