Skip to content

Latest commit

 

History

History
117 lines (73 loc) · 4.82 KB

File metadata and controls

117 lines (73 loc) · 4.82 KB

Icon GitHub Action: Setup Node.js

Setup Node.js

Marketplace Release License Stars PRs Welcome

Overview

Action to setup Node.js and install dependencies according to the package manager used.

Usage

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

Inputs

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.

Outputs

Output Description
run-script-command The command to run a script in the package.json file

Contributing

Contributions are welcome! Please see the contributing guidelines for more details.

License

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.