Skip to content

Commit

Permalink
setup-ocaml 3.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed Nov 11, 2024
1 parent 1f15af0 commit f6ee6a7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,16 @@ jobs:
with:
submodules: true

- name: Use Node.js 16
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22

- name: Use OCaml 4.14.1
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3.0.14
with:
ocaml-compiler: 4.14.1
opam-pin: false
opam-depext: false

- name: OPAM install
run: opam install . --deps-only --with-test
Expand Down

0 comments on commit f6ee6a7

Please sign in to comment.