Skip to content

Commit 4ac8e8c

Browse files
committed
chore: use node v24 for c8 coverage test
1 parent 5a125c7 commit 4ac8e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- uses: actions/checkout@v4
133133
- uses: actions/setup-node@v4
134134
with:
135-
node-version: current
135+
node-version: 24
136136
- name: Install dependencies
137137
run: npm ci --no-audit
138138
- name: Build

0 commit comments

Comments
 (0)