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 7378434 commit 363ab0cCopy full SHA for 363ab0c
.github/workflows/ci-interpreter.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Node.js
28
uses: actions/setup-node@v2
29
with:
30
- node-version: 19.x
+ node-version: 20.x
31
- name: Build interpreter
32
run: cd interpreter && opam exec make
33
- name: Run tests
0 commit comments