You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just need setup-node to not try and do certain things, like all of the stuff with .npmrc that it does without any request or input from me. If I set flags for the registry, or the scope, then sure, it should go ahead and try and set those. But I'm running a self-hosted runner and I've already standardized a build workflow that utilizes best practices so that devs don't have to interface with secrets via repo settings and the workflow yaml.
I'm injecting .npmrc on my own, but setup-node blanks it out.