This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch build-dev-improvements in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit c84339b6541dc5726d6f263634ec0332ee12d9d4 Author: Robert Newson <[email protected]> AuthorDate: Tue Feb 10 13:14:16 2026 +0000 setup with mise --- mise.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mise.toml b/mise.toml new file mode 100644 index 000000000..733c7c6ea --- /dev/null +++ b/mise.toml @@ -0,0 +1,9 @@ +[env] +NODE_ENV = 'production' + +[tools] +elixir = "1.19.5-otp-26" +erlang = '26' +java = '21' +nodejs = '24' +python = '3'
