kt-actions/Delete NPM dependencies cache
Delete cache for the npm-run-script action, under which dependencies (e.g. node_modules and additional paths) are stored.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 26, 2025
- License
- MIT
Pinned Snippet
uses: kt-actions/npm-run-script-cache-delete@94a1e698ba6df1cef9c75d3eb22d16b48c15d4fc # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | The Node.js version used in the workflow | yes | — |
| working-directory | The working directory which contains the '**/package-lock.json' files | — | . |
| github-token | The GitHub token to use for authentication | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| key | The generated cache key |