We have this great .tool-versions file defining the version of ruby, node, yarn, etc. It's great.
Then we setup github actions to run linting/tests/etc, and we have to define those same versions either explicitly in the .yml or via some hacky shell commands to pull version info into a RUN curl...
It would be great if there was a little more standardization around language versions. Or maybe there is a secret convention that I just haven't heard of yet.
We have this great .tool-versions file defining the version of ruby, node, yarn, etc. It's great.
Then we setup github actions to run linting/tests/etc, and we have to define those same versions either explicitly in the .yml or via some hacky shell commands to pull version info into a RUN curl...
It would be great if there was a little more standardization around language versions. Or maybe there is a secret convention that I just haven't heard of yet.