feat: allow specifying a version

This commit is contained in:
Jacob Parish 2025-03-25 11:13:23 -05:00
parent 4478bd4702
commit aa9724272b
6 changed files with 40 additions and 6 deletions

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: 'Enables Corepack which allows the use of other package managers.'
description: 'Enables Corepack which allows the use of other package managers. Can provide a version string to install a specific version.'
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