Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds a .tool-versions file #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tonyseing
Copy link

It might be helpful to have this .tool-versions file since we're using asdf for version management so that new users could get up and running more quickly. I'm open to suggestions for whatever other additions should be made to the file

.tool-versions Outdated
@@ -0,0 +1 @@
nodejs 12.13.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to use this version of nodejs or the latest version (13.3.0)?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall I approve of this though so whatever version gets picked has my approval.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, @samcdavid . I'll change this to 13.3.

Why
---

- Very uses asdf as it's version management tool, so a .tool-versions file would be helpful for getting a new user up and running quickly.
- The version of node specified is not the latest version.

How
---

- Changes node version to 13.3.0 in tool versions file

Side effects
------------

-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants