We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f15af0 commit 49b19dcCopy full SHA for 49b19dc
.github/workflows/ci.yml
@@ -35,17 +35,16 @@ jobs:
35
with:
36
submodules: true
37
38
- - name: Use Node.js 16
+ - name: Use Node.js 22
39
uses: actions/setup-node@v4
40
41
- node-version: 16
+ node-version: 22
42
43
- name: Use OCaml 4.14.1
44
- uses: ocaml/setup-ocaml@v2
+ uses: ocaml/setup-ocaml@v3.0.14
45
46
ocaml-compiler: 4.14.1
47
opam-pin: false
48
- opam-depext: false
49
50
- name: OPAM install
51
run: opam install . --deps-only --with-test
0 commit comments