Skip to content

Commit

Permalink
Chores
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Dec 5, 2024
1 parent 05e0f8c commit 00f58a2
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# shellcheck shell=bash
NODE_VERSIONS="${HOME}/.nvm/versions/node"
NODE_VERSION_PREFIX="v"
use node
layout node
layout opam
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set-up Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
node-version-file: .nvmrc
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22
2 changes: 1 addition & 1 deletion .ocamlformat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.26.2
version=0.27.0
profile=conventional
break-infix=fit-or-vertical
parse-docstrings=true
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.16)
(lang dune 3.17)

(name example)

Expand Down Expand Up @@ -26,4 +26,4 @@
(ocamlformat
(and
:with-dev-setup
(= 0.26.2)))))
(= 0.27.0)))))
4 changes: 2 additions & 2 deletions example.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ license: "ISC"
homepage: "https://github.com/ocsigen/ts2ocaml-example"
bug-reports: "https://github.com/ocsigen/ts2ocaml-example/issues"
depends: [
"dune" {>= "3.16"}
"dune" {>= "3.17"}
"ts2ocaml-jsoo-stdlib"
"ojs"
"gen_js_api"
"js_of_ocaml-compiler"
"ocaml-lsp-server" {with-dev-setup}
"ocamlformat" {with-dev-setup & = "0.26.2"}
"ocamlformat" {with-dev-setup & = "0.27.0"}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"@ocsigen/ts2ocaml": "2.0.0-beta.3",
"esbuild": "0.24.0"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}

0 comments on commit 00f58a2

Please sign in to comment.