mirror of
https://github.com/actions/setup-node.git
synced 2025-04-03 01:49:34 +08:00
docs: update wording
This commit is contained in:
parent
788fa93aab
commit
4478bd4702
|
@ -26,7 +26,7 @@ inputs:
|
||||||
cache-dependency-path:
|
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.'
|
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.'
|
||||||
corepack:
|
corepack:
|
||||||
description: 'Used to specify whether to enable Corepack.'
|
description: 'Enables Corepack which allows the use of other package managers.'
|
||||||
default: 'false'
|
default: 'false'
|
||||||
# TODO: add input to control forcing to pull from cloud or dist.
|
# TODO: add input to control forcing to pull from cloud or dist.
|
||||||
# escape valve for someone having issues or needing the absolute latest which isn't cached yet
|
# escape valve for someone having issues or needing the absolute latest which isn't cached yet
|
||||||
|
|
Loading…
Reference in New Issue
Block a user