Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create workflow.yml Create a GitHub Actions workflow to automate the build process for a React application. The workflow should trigger on pushes to the main branch and pull requests targeting the main branch. It should set up the Node.js environment, install dependencies, build the React application, and archive the build artifacts. This workflow will streamline the continuous integration process, ensuring that the React application is built consistently and ready for deployment. * Removed 'npm test' * Modify workflow to build for all branches * Switch package management from npm to Yarn * update workflow to use Node.js version 14.x * Update Node.js version to 18.x * removed the --if present option from the yarn build command
- Loading branch information