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

chore: Add nvm configuration #88

Merged
merged 3 commits into from
Oct 26, 2022
Merged

chore: Add nvm configuration #88

merged 3 commits into from
Oct 26, 2022

Conversation

manudeli
Copy link
Member

@manudeli manudeli commented Oct 25, 2022

.nvmrc for nvm user using deeper shell integration

Many JavaScript developers may use nvm to change node.js version rapidly.

Not perfectly, but It'll partially prevent contributors can use too old node.js version
In my case, nvm default node version is 14. but If this project have .nvmrc in root, my zsh-hook will change my node.js version to 16.17 automatically by using deeper shell integration.

Shopify/quilt, tanstack/query are using .nvmrc too. I think it's partially good way to prevent chance to make mistake. and I want to suggest to @toss/slash

@toss/slash might scope at node.js version 16.17 currently. So I added 16.17 into .nvmrc

PR Checklist

  • I read and included theses actions below
  1. I have read the Contributing Guide
  2. I have written documents and tests, if needed.

@netlify
Copy link

netlify bot commented Oct 25, 2022

Deploy Preview for slash-libraries ready!

Name Link
🔨 Latest commit 267fb99
🔍 Latest deploy log https://app.netlify.com/sites/slash-libraries/deploys/6358aa74b0eea900088abe4d
😎 Deploy Preview https://deploy-preview-88--slash-libraries.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@manudeli manudeli changed the title fix(.nvmrc): add nvm configuration file fix(.nvmrc): add nvm configuration Oct 25, 2022
@hoseungme hoseungme changed the title fix(.nvmrc): add nvm configuration feat: add nvm configuration Oct 26, 2022
.nvmrc Outdated
@@ -0,0 +1 @@
16.17
Copy link
Contributor

Choose a reason for hiding this comment

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

(Minor)Add new line please.

.nvmrc Outdated Show resolved Hide resolved
Copy link
Collaborator

@raon0211 raon0211 left a comment

Choose a reason for hiding this comment

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

Thanks, @manudeli !

@raon0211 raon0211 changed the title feat: add nvm configuration chore: Add nvm configuration Oct 26, 2022
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.

None yet

3 participants