Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.4 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.4 KB

branding<icon:settings color:gray-dark> GitHub Action: Setup NodeJS

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

- uses: hoverkraft-tech/[email protected]
  with:
    # Description: List of dependencies for which the cache should be managed
    #
    # Default:
    dependencies-cache: ""
Input Description Default Required
dependencies-cache List of dependencies for which the cache should be managed false
Output Description
run-script-command The command to run a script in the package.json file