Replace .tool-versions with native mise tools

This commit is contained in:
Claudio Ortolina
2026-03-23 20:41:25 +00:00
parent 35f2654934
commit 40b79e1226
3 changed files with 4 additions and 4 deletions
-3
View File
@@ -1,3 +0,0 @@
elixir 1.20.0-rc.3-otp-28
erlang 28.4.1
nodejs 24.13.0
+1 -1
View File
@@ -280,7 +280,7 @@ secrets stored in the `secrets` table. Key configured via `CLOAK_ENCRYPTION_KEY`
## Tool Versions
Defined in `.tool-versions`:
Defined in `mise.toml`:
| Tool | Version |
|------|---------|
+3
View File
@@ -18,6 +18,9 @@ HURL_coolify_host = 'https://<fqdn>'
HURL_coolify_token = 'change-me'
[tools]
elixir = "1.20.0-rc.3-otp-28"
erlang = "28.4.1"
node = "24.13.0"
hurl = 'latest'
sqlite = 'latest'
gh = 'latest'