Skip to content

Commit c887f6d

Browse files
committed
ci: add node setup
1 parent 182a808 commit c887f6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nightly.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@master
1414

15+
- uses: actions/setup-node@v4
16+
with:
17+
node-version: 23
18+
1519
- name: Run tests
1620
run: |
1721
npm i

0 commit comments

Comments
 (0)