Setup React
Version updated for https://github.com/kirkeaton/setup-react to version v2.0.6.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-react GitHub Action automates the process of configuring a workflow with a specified version of React and its related libraries, including react-dom and their TypeScript type definitions. It simplifies dependency management by ensuring the correct versions are installed, making it easier to set up consistent environments for React-based projects.
Release notes
2.0.6 (2025-12-29)
Bug Fixes
- Switch to npm, remove semantic-release dependencies and run using npx (7bf56cb)