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 81a3dc6 commit 26cd043Copy full SHA for 26cd043
.github/workflows/ci.yml
@@ -49,16 +49,16 @@ jobs:
49
- name: "Install OPAM dependencies"
50
run: opam install . --deps-only
51
52
- - name: "Build compiler"
53
- run: |
54
- opam exec -- dune build
55
- ./scripts/copyExes.js
56
-
57
- name: Use Node.js
58
uses: actions/setup-node@v3
59
with:
60
node-version: 16
61
+ - name: "Build compiler"
+ run: |
+ opam exec -- dune build
+ node ./scripts/copyExes.js
+
62
- name: Install npm packages
63
run: npm ci --ignore-scripts
64
0 commit comments