Skip to content

Commit 702df7b

Browse files
committed
build: 노드 버전을 v20.10.0 으로 고정
1 parent 0400fc2 commit 702df7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version-file: .node-version
2020
cache: yarn
2121
- name: Install dependencies
2222
run: yarn install

.node-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20.10.0

0 commit comments

Comments
 (0)