Skip to content

Commit 269f18b

Browse files
committed
[ci] deactivate node run for now
1 parent 3503209 commit 269f18b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
uses: actions/setup-node@v1
2424
with:
2525
node-version: 19.x
26-
- run: cd interpreter && opam exec make JS=node all
26+
# 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
2729

2830
ref-interpreter-js-library:
2931
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)