kirkeaton/Setup React
GitHub Action to set up your workflow with a specific version of React
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| react-version | The React version to install. | yes | — |
| react-dom-version | The React DOM version to install. | yes | — |
| react-types-version | The React types version to install. | no | — |
| react-dom-types-version | The React DOM types version to install. | no | — |
Outputs
| name | description |
|---|---|
| react-version | The installed React version. |
| react-dom-version | The installed React DOM version. |
| react-types-version | The installed React types version. |
| react-dom-types-version | The installed React DOM types version. |