kt-actions/NPM CI Test
NPM Continuous Integration test action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | Version Spec to use. Examples: 18, 18.x, 18.0.0, 18.0.x, 18.0.0-x, 18.0.0-x64. | no | — |
| install-script | Bash script to run after setting up Node.js. | — | npm ci |
| run-script | Bash script to run after setting up Node.js. | — | npm run build npm run test |
| cache-additional-path | Additional paths to cache. This is a multi-line list of paths. | — | — |
| cache-reset | Delete the cache if it exists to cache the new one. | — | false |
| working-directory | The working directory which contains the **/package-lock.json files | — | . |
Outputs
no outputs