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

Fix versioning issue #3242

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Fix versioning issue #3242

merged 1 commit into from
Jul 25, 2024

Conversation

spencerldixon
Copy link
Contributor

Trello card

Context

In trying to set up this app for the first time, I ran into an issue where my tool version manager (mise) picked up the outdated .nvimrc and tried to install node v8.11.2 where the README calls for v18, and running yarn calls for anything >= v10.

The .ruby-version file also specified 3.1.4, where as the .tool-versions file specified 3.1.0

Changes proposed in this pull request

  • Remove outdated .nvmrc file
  • Correct the ruby version in the .tool-versions file
  • Add node v18 to the .tool-versions file

This should make things a lot easier for others to set up for the first time, especially if they're using asdf or mise.

Guidance to review

Copy link

Copy link
Contributor

@martyn-w martyn-w left a comment

Choose a reason for hiding this comment

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

👍 Good spot

@spencerldixon spencerldixon merged commit 204a37d into master Jul 25, 2024
16 checks passed
@spencerldixon spencerldixon deleted the chore/update_tool_versions branch July 25, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants