mirror of
https://github.com/actions/setup-node.git
synced 2025-12-16 05:17:48 +00:00
Remove always-auth configuration handling from action (#1436)
* Remove always-auth configuration handling from setup-node * docs: update README to note always-auth removal Update README to mention removal of always-auth input * Clarify removal of 'always-auth' input in README Updated the description of the 'always-auth' input removal for clarity.
This commit is contained in:
parent
633bb92bc0
commit
b9b25d45f7
11 changed files with 34 additions and 85 deletions
|
|
@ -2,9 +2,6 @@ name: 'Setup Node.js environment'
|
|||
description: 'Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH.'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
always-auth:
|
||||
description: 'Set always-auth in npmrc.'
|
||||
default: 'false'
|
||||
node-version:
|
||||
description: 'Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.'
|
||||
node-version-file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue