mirror of
https://github.com/actions/setup-node.git
synced 2025-12-24 01:07:08 +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
|
|
@ -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