Action to setup Node.js and install dependencies according to the package manager used.
- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@ce2bb8274a37c1219be2bcae2a1b2528c2c72957 # 0.19.0
with:
# List of dependencies for which the cache should be managed
dependencies-cache: ""
# Working directory where the dependencies are installed.
# Can be absolute or relative to the repository root.
#
# Default: `.`
working-directory: .| Input | Description | Required | Default |
|---|---|---|---|
dependencies-cache |
List of dependencies for which the cache should be managed | false | - |
working-directory |
Working directory where the dependencies are installed. | false | . |
| Can be absolute or relative to the repository root. |
| Output | Description |
|---|---|
run-script-command |
The command to run a script in the package.json file |
Contributions are welcome! Please see the contributing guidelines for more details.
This project is licensed under the MIT License.
SPDX-License-Identifier: MIT
Copyright © 2025 hoverkraft
For more details, see the license.
This documentation was automatically generated by CI Dokumentor.