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. |