setup-node
setup-node copied to clipboard
Don't default NPM_AUTH_TOKEN to support NPM OIDC
Description: A lot of packages are switching to OIDC to validate packages when publishing. It took a lot of debugging, but we had to reset the auth token to empty string intentionally in our CI, but it wasn't clear what was setting it.
Any chance we can the default setting to support NPM OIDC?