Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kim1387 committed Sep 19, 2024
1 parent d97650f commit b8a7767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/front-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: false # 기본 Yarn 캐싱 비활성화
cache: 'yarn'

# 4. Yarn 캐시 설정 (frontend/yarn.lock 기반)
- name: Cache Yarn dependencies
Expand Down

0 comments on commit b8a7767

Please sign in to comment.