Uh oh!
There was an error while loading. Please reload this page.
Allow using .tool-versions for node-version-file - #445
Conversation
This enables developers which use `asdf` to use their version file Signed-off-by: Timo Sand <timo.sand@iki.fi>
brcrista
commented
Mar 16, 2022
Hey @deiga, thanks for the PR. This is my first time hearing about Since this is a new feature, if you're able to put together a minimal workflow that uses |
runlevel5
commented
Jun 23, 2022
Thanks for the PR, we are also using |
IvanZosimov
commented
Jun 23, 2022
@deiga, 👋 Just a gentle ping 💌 |
dmitry-shibanov
commented
Sep 8, 2022
Hello @deiga. Thank you for your pull request. For now I'm going to close the pull request because the logic was implemented in this pull request. If you have any concerns feel free to ping us. |
…ions#445) Bumps [all-contributors-cli](https://github.com/all-contributors/all-contributors-cli) from 6.23.1 to 6.24.0. - [Release notes](https://github.com/all-contributors/all-contributors-cli/releases) - [Commits](all-contributors/cli@v6.23.1...v6.24.0) --- updated-dependencies: - dependency-name: all-contributors-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Description:
Add parsing of
.tool-versionsfile format.This enables developers which use
asdfto use their version file tosteer which version of node to install.
This change should be fully backwards compatible as it only does things
if a certain string is found in the
node-version-fileCheck list: