forked from etalab/transport-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tool-versions
22 lines (18 loc) · 818 Bytes
/
.tool-versions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# NOTE: this file does _not_ define what is used in production
# (see https://github.com/etalab/transport-site/issues/1336), but it
# provides an easy way to ensure local development and test will rely on roughly
# the same versions as in production, if one uses the "asdf" version manager.
# Update ASDF and plugins: asdf update && asdf plugin update --all
# See:
# - https://hexdocs.pm/elixir/compatibility-and-deprecations.html
# - https://github.com/elixir-lang/elixir/releases
# - `asdf list all elixir`
elixir 1.16.2-otp-25
# See:
# - https://github.com/erlang/otp/releases
# - Blog, e.g. https://www.erlang.org/blog/my-otp-25-highlights/
# - https://github.com/erlang/otp/blob/master/otp_versions.table
# - `asdf list all erlang`
erlang 25.3.2.10
# Take an LTS version on https://nodejs.org/
nodejs 20.11.1