actions-marketplace-validations/dudeofawesome/npm-install
A composite action to install and cache node modules.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 18, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/dudeofawesome_npm-install@5757b893f4f003f1651a92572c291e4add9fd8f9 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| package-dir-path | Path of dir with package.json. | yes | . |
| modules-dir | Path of node_modules dir. | — | — |
| cache-key | The cache key. | — | — |
Outputs
| name | description |
|---|---|
| modules-dir | Path of node_modules dir. |
| cache-key | The cache key. |