You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we saw in #180 (comment), tool versions being different on each developer's machine can lead to problems. It's helpful to manage these tool versions so developers are on the same page.
There are a couple tools that can help with this:
https://asdf-vm.com: this one has been around for a while and was fairly popular, but it's "shim" approach meant that calls to the tools were fairly slow
Let's try to manage the tool versions for this project and see if we find it helpful in this case. If so, we could consider doing the same for some of our other projects (where it makes sense).
Note to self for future me: mise supports GitHub CI Actions, which would help us use the same tool versions in CI as we use locally.
The text was updated successfully, but these errors were encountered:
Manages the tool versions used for development by adding .mise.toml and
pinning the tool versions there. This will help keep the tool versions
aligned between developer machines (and potentially CI in the future).
https://mise.jdx.devCloses#184
Manages the tool versions used for development by adding .mise.toml and
pinning the tool versions there. This will help keep the tool versions
aligned between developer machines (and potentially CI in the future).
https://mise.jdx.devCloses#184
As we saw in #180 (comment), tool versions being different on each developer's machine can lead to problems. It's helpful to manage these tool versions so developers are on the same page.
There are a couple tools that can help with this:
asdf
that drops the slow "shim" approach, and offers some other benefitsLet's try to manage the tool versions for this project and see if we find it helpful in this case. If so, we could consider doing the same for some of our other projects (where it makes sense).
Note to self for future me:
mise
supports GitHub CI Actions, which would help us use the same tool versions in CI as we use locally.The text was updated successfully, but these errors were encountered: