Skip to content

Commit

Permalink
chore: 빌드 테스트 캐싱중 해싱 파일 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hjy0951 committed Aug 27, 2024
1 parent 45dfb4a commit 4c8c175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}-build
key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}-build
restore-keys: |
${{ runner.os }}-node-
Expand Down

0 comments on commit 4c8c175

Please sign in to comment.