Skip to content

Commit 49b19dc

Browse files
authored
setup-ocaml 3.0.14 (#93)
1 parent 1f15af0 commit 49b19dc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: .github/workflows/ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,16 @@ jobs:
3535
with:
3636
submodules: true
3737

38-
- name: Use Node.js 16
38+
- name: Use Node.js 22
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 16
41+
node-version: 22
4242

4343
- name: Use OCaml 4.14.1
44-
uses: ocaml/setup-ocaml@v2
44+
uses: ocaml/setup-ocaml@v3.0.14
4545
with:
4646
ocaml-compiler: 4.14.1
4747
opam-pin: false
48-
opam-depext: false
4948

5049
- name: OPAM install
5150
run: opam install . --deps-only --with-test

0 commit comments

Comments
 (0)