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: change NVM to nvm #6722

Merged
merged 2 commits into from
May 14, 2024
Merged

fix: change NVM to nvm #6722

merged 2 commits into from
May 14, 2024

Conversation

styfle
Copy link
Member

@styfle styfle commented May 14, 2024

Description

I believe nvm is always lowercase as seen in their readme

https://github.com/nvm-sh/nvm/blob/master/README.md

Validation

Visit https://nodejs-org-git-fork-styfle-patch-1-openjs.vercel.app/en/download/package-manager and note the dropdown.

Related Issues

None

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run npm run format to ensure the code follows the style guide.
  • I have run npm run test to check if all tests are passing.
  • I have run npx turbo build to check if the website builds without errors.
  • I've covered new added functionality with unit tests if necessary.

I believe `nvm` is always lowercase as seen in their readme 

https://github.com/nvm-sh/nvm/blob/master/README.md

Signed-off-by: Steven <steven@ceriously.com>
Copy link

vercel bot commented May 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nodejs-org ✅ Ready (Inspect) Visit Preview May 14, 2024 4:25pm

Copy link

github-actions bot commented May 14, 2024

Lighthouse Results

URL Performance Accessibility Best Practices SEO Report
/en 🟢 97 🟢 100 🟢 96 🟢 91 🔗
/en/about 🟢 98 🟢 100 🟢 100 🟢 91 🔗
/en/about/previous-releases 🟢 100 🟢 100 🟢 100 🟢 92 🔗
/en/download 🟢 100 🟢 100 🟢 100 🟢 91 🔗
/en/blog 🟢 98 🟢 100 🟢 96 🟢 92 🔗

Copy link
Contributor

@AugustinMauroy AugustinMauroy left a comment

Choose a reason for hiding this comment

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

LGTM ! Just, is there any other mention of nvm that might be in the wrong case?

Copy link

github-actions bot commented May 14, 2024

Unit Test Coverage Report

Lines Statements Branches Functions
Coverage: 91%
90.04% (588/653) 76.08% (175/230) 92.18% (118/128)

Unit Test Report

Tests Skipped Failures Errors Time
128 0 💤 0 ❌ 0 🔥 6.011s ⏱️

@styfle
Copy link
Member Author

styfle commented May 14, 2024

Just, is there any other mention of nvm that might be in the wrong case?

Good point, I just pushed another commit (f415c4d) where the code comment was using the wrong case as well.

Copy link
Collaborator

@bmuenzenmeyer bmuenzenmeyer left a comment

Choose a reason for hiding this comment

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

fast-tracking this small change

@bmuenzenmeyer bmuenzenmeyer added fast-track Fast Tracking PRs github_actions:pull-request Trigger Pull Request Checks labels May 14, 2024
@github-actions github-actions bot removed the github_actions:pull-request Trigger Pull Request Checks label May 14, 2024
@bmuenzenmeyer bmuenzenmeyer added this pull request to the merge queue May 14, 2024
Merged via the queue into nodejs:main with commit 82f2999 May 14, 2024
21 checks passed
@styfle styfle deleted the patch-1 branch May 14, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fast-track Fast Tracking PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants