hongaar/Update Node.js versions
Update you repository to the latest Node.js versions. Supports updating GitHub workflows and package.json engines.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| versions | Node versions to select | yes | latest lts lts/-1 lts/-2 |
| versions.filter-eol | Filter out Node versions which are end-of-life | no | true |
| updaters.workflows | Update GitHub workflows | no | true |
| updaters.workflows.variable | Update GitHub workflows | no | node-version |
| updaters.engines | Update package.json `engines` | no | true |
| updaters.files | Update arbitrary files | no | false |
| updaters.files.glob | Glob pattern for files to update | no | — |
| updaters.files.regex | Matches will be replaced with the template | no | — |
| updaters.files.template | Replace matches with this template | no | — |
Outputs
| name | description |
|---|---|
| versions | The Node versions to update to as stringified JSON array |