Skip to content

Commit 24f87c9

Browse files
committed
Fix debug list files (2)
- cache 주석
1 parent 025c0c1 commit 24f87c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: 20.3.1
25-
cache: 'yarn'
25+
# cache: 'yarn'
2626

2727
- name: Check Node.js & Yarn Version
2828
run: | # 파이프는 여러 줄 출력에 사용한다

0 commit comments

Comments
 (0)