cssnr/NPM Outdated Check
Runs npm outdated, node-check-updates, and update --dry-run, and adds a customizable comment to the Pull Request with output.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| columns | Customize Table Columns | — | n,c,w,l |
| latest | Report if Latest > Wanted | — | true |
| heading | Comment Heading | — | ### NPM Outdated Check |
| open | Details Open by Default | — | true |
| ncu | Show npm-check-updates Output | — | true |
| update | Show npm update --dry-run Output | — | true |
| link | Use Link for Names | — | true |
| exclude | CSV of Package Names to Exclude | — | — |
| fail | Fail Job if Updates are Found | — | false |
| summary | Add Summary to Job | — | true |
| token | GitHub Token | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| outdated | Outdated JSON Object |
| ncu | NPM Check Updates Output |
| update | NPM Update Dry Run Output |
| markdown | Results Markdown Table |