chore: modularize .tool-versions (#10919)

Not all tools are needed for all parts of the codebase. In order to avoid installing all tools, we create nested `.tool-versions` files that list the specific dev-tools needed for a certain part of the product.
This commit is contained in:
Thomas Eizinger
2025-11-21 08:28:05 +11:00
committed by GitHub
parent 528db7d9c5
commit 32df4b399a
8 changed files with 21 additions and 18 deletions

5
elixir/.tool-versions Normal file
View File

@@ -0,0 +1,5 @@
# These are used for the dev environment.
# This should match the versions used in the built product.
nodejs 22.20.0
elixir 1.18.4-otp-27
erlang 27.3.4.1