Skip to content

Commit 936aa69

Browse files
committed
#348 fix(fe): 캐시 수정
1 parent b6eb821 commit 936aa69

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/fe-save-cache.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@ jobs:
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
19-
with:
20-
fetch-depth: 2
2119

2220
- name: Setup Node.js
2321
uses: actions/setup-node@v4
2422
with:
2523
node-version: 20
26-
cache: 'pnpm'
27-
cache-dependency-path: 'src/frontend/pnpm-lock.yaml'
2824

2925
- name: Setup pnpm
3026
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)