mirror of
https://github.com/actions/setup-node.git
synced 2025-12-17 13:57:48 +00:00
default to auto-caching only for npm package manager and documentation update
This commit is contained in:
parent
89d709d423
commit
470d7fe388
6 changed files with 90 additions and 84 deletions
|
|
@ -24,7 +24,7 @@ inputs:
|
|||
cache:
|
||||
description: 'Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm.'
|
||||
package-manager-cache:
|
||||
description: 'Set to false to disable automatic caching based on the package manager field in package.json. By default, caching is enabled if the package manager field is present.'
|
||||
description: 'Set to false to disable automatic caching. By default, caching is enabled when npm is the specified package manager in package.json.'
|
||||
default: true
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file: package-lock.json, yarn.lock, etc. Supports wildcards or a list of file names for caching multiple dependencies.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue