We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025c0c1 commit 24f87c9Copy full SHA for 24f87c9
1 file changed
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/setup-node@v4
23
with:
24
node-version: 20.3.1
25
- cache: 'yarn'
+ # cache: 'yarn'
26
27
- name: Check Node.js & Yarn Version
28
run: | # 파이프는 여러 줄 출력에 사용한다
0 commit comments