Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.66 KB

File metadata and controls

46 lines (35 loc) · 1.66 KB

branding<icon:settings color:gray-dark> GitHub Action: Setup Node.js

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

- uses: hoverkraft-tech/ci-github-nodejs@0.13.0
  with:
    # Description: List of dependencies for which the cache should be managed
    #
    # Default:
    dependencies-cache: ""

    # Description: Working directory where the dependencies are installed.
    #
    # Default: .
    working-directory: ""
Input Description Default Required
dependencies-cache List of dependencies for which the cache should be managed false
working-directory Working directory where the dependencies are installed. . false
Output Description
run-script-command The command to run a script in the package.json file