Skip to content

Commit 3be55d4

Browse files
committed
feat: add use node-version to test.yml
1 parent 37eda76 commit 3be55d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v6
11+
- name: Use Node.js
12+
uses: actions/setup-node@v4
13+
with:
14+
node-version: '24.x'
1115
- name: install dependencies
1216
run: npm ci
1317
- name: build

0 commit comments

Comments
 (0)