1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-03-31 22:30:57 +00:00

docs: update wording

This commit is contained in:
Jacob Parish 2025-03-25 10:10:32 -05:00
parent 788fa93aab
commit 4478bd4702

View file

@ -26,7 +26,7 @@ inputs:
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.'
corepack:
description: 'Used to specify whether to enable Corepack.'
description: 'Enables Corepack which allows the use of other package managers.'
default: 'false'
# 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