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 3503209 commit 269f18bCopy full SHA for 269f18b
.github/workflows/main.yml
@@ -23,7 +23,9 @@ jobs:
23
uses: actions/setup-node@v1
24
with:
25
node-version: 19.x
26
- - run: cd interpreter && opam exec make JS=node all
+ # TODO: disable node.js run until it fully implements proposal
27
+ # - run: cd interpreter && opam exec make JS=node all
28
+ - run: cd interpreter && opam exec make all
29
30
ref-interpreter-js-library:
31
runs-on: ubuntu-latest
0 commit comments