Skip to content

Commit

Permalink
fix: node-gyp를 캐시에 저장
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixtar committed Jan 5, 2025
1 parent fa3e41c commit 4ba41e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/back-media-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cache/node-gyp
key: ${{ runner.os }}-node-gyp-${{ hashFiles('pnpm-lock.yaml') }
key: ${{ runner.os }}-node-gyp-${{ hashFiles('pnpm-lock.yaml') }}

- name: 📦 프로젝트 빌드
run: pnpm build:media
Expand Down

0 comments on commit 4ba41e2

Please sign in to comment.