Skip to content

Commit

Permalink
update compiler to 5.2.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri authored Aug 23, 2024
1 parent de35be3 commit 9d3a47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-sample-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- ubuntu-latest
# - windows-latest # for some reason windows build is not picking dune 3.5
ocaml-compiler:
- 5.1.1
- 5.2.0

fail-fast: false
runs-on: ${{ matrix.system }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"preinstall-opam": "opam update",
"install-opam": "opam install -y . --deps-only --with-test",
"check-npm-deps": "opam exec opam-check-npm-deps",
"init": "opam switch create . 5.1.1 -y --deps-only && npm run install-opam-npm",
"init": "opam switch create . 5.2.0 -y --deps-only && npm run install-opam-npm",
"install-opam-npm": "npm install && npm run install-opam && npm run check-npm-deps",
"dune": "opam exec -- dune",
"build": "npm run dune -- build @react @node",
Expand Down

0 comments on commit 9d3a47b

Please sign in to comment.