mirror of
https://github.com/actions/setup-node.git
synced 2025-12-17 14:02:35 +00:00
Remove always-auth configuration handling from setup-node
This commit is contained in:
parent
dda4788290
commit
e57af378aa
11 changed files with 31 additions and 84 deletions
|
|
@ -446,9 +446,6 @@ To access private GitHub Packages within the same organization, go to "Manage Ac
|
|||
|
||||
Please refer to the [Ensuring workflow access to your package - Configuring a package's access control and visibility](https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility#ensuring-workflow-access-to-your-package) for more details.
|
||||
|
||||
### always-auth input
|
||||
The always-auth input sets `always-auth=true` in .npmrc file. With this option set [npm](https://docs.npmjs.com/cli/v6/using-npm/config#always-auth)/yarn sends the authentication credentials when making a request to the registries.
|
||||
|
||||
## Use private mirror
|
||||
|
||||
It is possible to use a private mirror hosting Node.js binaries. This mirror must be a full mirror of the official Node.js distribution.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue