nasa-gcn/Plan build matrix from Node.js package.json file
Automatically determine supported Node.js versions and GitHub Actions runners from the contents of your project's package.json file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| runner-linux | Runner image for linux jobs | — | ubuntu-latest |
| runner-macos | Runner image for macOS jobs | — | macos-latest |
| runner-windows | Runner image for Windows jobs | — | windows-latest |
Outputs
| name | description |
|---|---|
| nodeVersion | Array of values for actions/setup-node node-version input |
| runsOn | Array of values for jobs.<job_id>.steps[*].run |