We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6578dac commit 10aef0cCopy full SHA for 10aef0c
.github/workflows/ci-interpreter.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Node.js
28
uses: actions/setup-node@v4
29
with:
30
- node-version: 24.x
+ node-version: 25-nightly
31
- name: Build interpreter
32
run: cd interpreter && opam exec make
33
- name: Run tests
0 commit comments