Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.18 KB

File metadata and controls

34 lines (26 loc) · 1.18 KB

branding<icon:package color:gray-dark> GitHub Action: Get package manager

Action to detect the package manager used. Supports Yarn and npm

- uses: hoverkraft-tech/[email protected]
  with:
Output Description
package-manager The package manager used.
cache-dependency-path The path to the dependency file for cache management.
install-command The command to install dependencies.
run-script-command The command to run a script in the package.json file.