You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Action to detect the package manager used. Supports Yarn and npm
- uses: hoverkraft-tech/ci-github-nodejs@0.13.0with:
# 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.