Skip to content

Commit deb7c5b

Browse files
committed
[FIX]: 노드 버전 오류
1 parent 2e1fbec commit deb7c5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
- name: Checkout source code.
1717
uses: actions/checkout@v3
1818

19+
- name: Setup Node.js
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: "18" # 원하는 노드 버전 지정
23+
cache: "yarn" # yarn 캐시 사용
24+
1925
- name: React Build.
2026
run: |
2127
cd client

0 commit comments

Comments
 (0)