Skip to content

Commit 10aef0c

Browse files
committed
[ci] Attempt to reactivate Node with v25-nightly
1 parent 6578dac commit 10aef0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-interpreter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 24.x
30+
node-version: 25-nightly
3131
- name: Build interpreter
3232
run: cd interpreter && opam exec make
3333
- name: Run tests

0 commit comments

Comments
 (0)