Skip to content

Setup React

Actions
GitHub Action to set up your workflow with a specific version of React
v2.0.7
Latest
Star (1)

Tags

 (1)

setup-react

GitHub Action to set up your workflow with a specific version of React.

Usage

See action.yml

- uses: kirkeaton/setup-react@v2
  with:
    # The version of `react` to install.
    react-version: ''

    # The version of `react-dom` to install.
    react-dom-version: ''

    # (Optional) The version of `@types/react` to install.
    react-types-version: ''

    # (Optional) The version of `@types/react-dom` to install.
    react-dom-types-version: ''

Setup React is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action to set up your workflow with a specific version of React
v2.0.7
Latest

Tags

 (1)

Setup React is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.