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

Add node-version-file support for use-node-version in .npmrc files #1253

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

kyle-leonhard
Copy link

@kyle-leonhard kyle-leonhard commented Mar 17, 2025

Description:
Add node-version-file support for determining the Node version from the use-node-version key of a .npmrc file. See the PNPM docs.

Here's an example .npmrc file:

use-node-version=23.10.0

Related issue:
Resolves #1130

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@kyle-leonhard kyle-leonhard requested a review from a team as a code owner March 17, 2025 22:14
@kyle-leonhard kyle-leonhard changed the title Issue/1130 kl Add .npmrc file support to use-node-version Mar 19, 2025
@kyle-leonhard kyle-leonhard changed the title Add .npmrc file support to use-node-version Add node-version-file support for .npmrc files using use-node-version Mar 19, 2025
@kyle-leonhard kyle-leonhard changed the title Add node-version-file support for .npmrc files using use-node-version Add node-version-file support for .npmrc files Mar 19, 2025
@kyle-leonhard kyle-leonhard changed the title Add node-version-file support for .npmrc files Add node-version-file support for use-node-version in .npmrc files Mar 19, 2025
@kyle-leonhard kyle-leonhard reopened this Mar 19, 2025
@kyle-leonhard
Copy link
Author

Hi @aparnajyothi-y , when you get a chance, please take a look! I forked this from #1149.

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.

Support use-node-version value in .npmrc
2 participants