-
-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: disable FORCE_COLOR on GitHub Actions #1839
Conversation
|
* Copy over PR#899 * Add `FORCE_COLOR: 0` to fix setup-node@v3 + GitHub Actions incompatibility modernweb-dev/web#1839 * Upgrade yarn version * fiddle with FORCE_COLOR * Fiddle with FORCE_COLOR * Try different solution for yarn cache GHA error * Try different solution for yarn cache GHA error * Relax peer deps and remove FORCE_COLOR * Updated lock file * Deprecate @Annotated for now * Downgrade react-bootstrap to match last prior working version * fix syntax error * Remove storybook check workflow * Update peer deps for mephisto-task, relaxing them * Update lockfile * Fix lint * Bump mephisto-task to v2.0.4 * Upgrade all projects to latest mephisto version * Add updated lockfile * Try out differnet workflow file command * Try with updated lockfile instead * Update peer deps and react versions across the codebase * Add updated lockfile * Try reordering the test * remove all package-lock.json files and run prettier * Downgrade react to 16 because of old version of react-table * Fix peer deps for mephisto-worker-addons * Downgrade more react versions to 16 because of react-table, which were missed earlier * Add udpated lockfile * Upate published peer deps for mephisto-worker-addons * Update prettierignore * try Cypress fix * Add cypress * Add Cypress * Add prebuild step to cypress actions * Fix cypress installation format * Version bump bootstrap-chat * Update lcokfile
* Copy over PR#899 * Add `FORCE_COLOR: 0` to fix setup-node@v3 + GitHub Actions incompatibility modernweb-dev/web#1839 * Upgrade yarn version * fiddle with FORCE_COLOR * Fiddle with FORCE_COLOR * Try different solution for yarn cache GHA error * Try different solution for yarn cache GHA error * Relax peer deps and remove FORCE_COLOR * Updated lock file * Deprecate @Annotated for now * Downgrade react-bootstrap to match last prior working version * fix syntax error * Remove storybook check workflow * Update peer deps for mephisto-task, relaxing them * Update lockfile * Fix lint * Bump mephisto-task to v2.0.4 * Upgrade all projects to latest mephisto version * Add updated lockfile * Try out differnet workflow file command * Try with updated lockfile instead * Update peer deps and react versions across the codebase * Add updated lockfile * Try reordering the test * remove all package-lock.json files and run prettier * Downgrade react to 16 because of old version of react-table * Fix peer deps for mephisto-worker-addons * Downgrade more react versions to 16 because of react-table, which were missed earlier * Add udpated lockfile * Upate published peer deps for mephisto-worker-addons * Update prettierignore * try Cypress fix * Add cypress * Add Cypress * Add prebuild step to cypress actions * Fix cypress installation format * Version bump bootstrap-chat * Update lcokfile
What I did
Added a workaround for cache issue that causes GitHub Actions to fail:
See TryGhost/Ghost@aec14e5
See actions/setup-node#317 (comment)