-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Read version from use-node-version key of .npmrc #1149
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
Conversation
@aparnajyothi-y for visibility
@aparnajyothi-y , gentle bump on this :)
johnlindquist
commented
Nov 7, 2024
We would love to be able to drop nvm
entirely and this would be a huge help!
@aparnajyothi-y, bumping this again :) I'd love to get this in if my changes look good to you
@aparnajyothi-y, seems like you're quite busy. Is there someone else I should be seeking a review from?
kyle-leonhard
commented
Feb 5, 2025
I'd love to see this too! @aparnajyothi-y or @priya-kinthali, any chance we can nudge you to review this PR?
@kyle-leonhard
kyle-leonhard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
6f7d311
to
c9b99bb
Compare
c9b99bb
to
b0f1a15
Compare
kyle-leonhard
commented
Feb 15, 2025
@aparnajyothi-y or @priya-kinthali, any chance we can nudge you to review this PR? If not, can you suggest another reviewer with bandwidth?
kyle-leonhard
commented
Mar 15, 2025
Hi @aparnajyothi-y or @priya-kinthali, could I trouble you to review this PR? I'd greatly appreciate it!
@PeterCardenas
PeterCardenas
left a comment
•
edited
Loading
edited
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like the below comments are why maintainers are staying away from approving this pr. i can take another crack in another pr if you don't have time
@PeterCardenas
PeterCardenas
Mar 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe instead install @types/ini
?
@PeterCardenas
PeterCardenas
Mar 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ini does not have any dependencies so it shouldn't change the package-lock.json i believe
@PeterCardenas
PeterCardenas
Mar 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it normal that this number of changes are made? seems like quite a red flag
Hello Everyone, Thank you for this pull request. We are looking into it and get back to you once we have some feedback on this :)
seems like the below comments are why maintainers are staying away from approving this pr. i can take another crack in another pr if you don't have time
@mcevoypeter - I forked your PR to confirm what @PeterCardenas commented. Change to the lock file and dist directory are much more reasonable: https://github.com/actions/setup-node/pull/1253/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519. All I did was restore the lockfile, add @types/init and rebuild. Feel free to cherry pick the last commit.
@BoomchainLabs
BoomchainLabs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
kyle-leonhard
commented
Mar 19, 2025
Hello Everyone, Thank you for this pull request. We are looking into it and get back to you once we have some feedback on this :)
hi @aparnajyothi-y, I had a little time today so I went ahead and fixed up a few of the issue with this PR and created: #1253. Please take a look when you have a chance!
Uh oh!
There was an error while loading. Please reload this page.
Description:
Add support for determining the Node version from the
use-node-version
key of.npmrc
as described in the PNPM docs.Related issue:
Resolves #1130
Check list: