Skip to content

Latest commit

 

History

History
114 lines (70 loc) · 4.64 KB

File metadata and controls

114 lines (70 loc) · 4.64 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@1d00c9eb280acbee5df4b4a2087f786e66b13d87 # 0.14.1
  with:
    # List of dependencies for which the cache should be managed
    dependencies-cache: ""

    # Working directory where the dependencies are installed.
    # 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 .

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.