We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb7c5b commit 59a348cCopy full SHA for 59a348c
.github/workflows/main.yml
@@ -20,7 +20,6 @@ jobs:
20
uses: actions/setup-node@v4
21
with:
22
node-version: "18" # 원하는 노드 버전 지정
23
- cache: "yarn" # yarn 캐시 사용
24
25
- name: React Build.
26
run: |
0 commit comments