Skip to content

Add Node version config#643

Open
bhavyaxtech wants to merge 1 commit into
devpathindcommunity-india:masterfrom
bhavyaxtech:add-nvmrc-file
Open

Add Node version config#643
bhavyaxtech wants to merge 1 commit into
devpathindcommunity-india:masterfrom
bhavyaxtech:add-nvmrc-file

Conversation

@bhavyaxtech

Copy link
Copy Markdown
Contributor

Description

Adds a root .nvmrc file to standardize the Node.js version used across contributor environments.

This helps ensure consistency during local development, reduces version-related issues, and improves onboarding for new contributors.

Fixes #618

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Verified that the .nvmrc file is present at the project root.

  • Confirmed that the specified Node.js version can be loaded using nvm use.

  • Ensured the project remains compatible with the specified Node.js version.

  • Local testing

  • Vercel Preview Deployment

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have checked that the "DevPath India" branding remains intact

@github-actions github-actions Bot added good first issue gssoc26 This is a official GirlScript Summer of Code label. level:beginner Beginner level issues type:devops type:docs type:feature labels Jun 16, 2026
@bhavyaxtech

Copy link
Copy Markdown
Contributor Author

Hi @Aditya948351,

I've submitted a PR for this issue. Could you please review it when you have a chance?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue gssoc26 This is a official GirlScript Summer of Code label. level:beginner Beginner level issues type:devops type:docs type:feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Config]: Add a .nvmrc file to standardize the Node version

1 participant