Skip to content

Commit 1e759b3

Browse files
authored
chore: 노드버전 22.12.0 명시
1 parent b77a3e6 commit 1e759b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
- name: Set up Node
1919
uses: actions/setup-node@v4
20+
with:
21+
node-version: 22.12.0
2022

2123
- name: Install dependencies
2224
run: npm ci

0 commit comments

Comments
 (0)