Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.67 KB

File metadata and controls

43 lines (33 loc) · 1.67 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/ci-github-nodejs@0.13.0
  with:
    # Description: Working directory where the dependencies are installed.
    #
    # Default: .
    working-directory: ""
Input Description Default Required
working-directory Working directory where the dependencies are installed. . false
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.