Skip to content
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

fix(ci): fix prettier #633

Merged
merged 2 commits into from
Sep 10, 2023
Merged

Conversation

AhsanAyaz
Copy link
Collaborator

fixed prettier for CI builds failing due to node 12.x updated the github action setup-node to latest

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes #632

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

fixed prettier for CI builds failing due to node 12.x
updated the github action setup-node to latest
@vercel
Copy link

vercel bot commented Aug 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
developer-folio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2023 9:08am

@saadpasta saadpasta merged commit a323aa2 into saadpasta:master Sep 10, 2023
2 checks passed
Mehranmzn pushed a commit to Mehranmzn/mehranmzn.github.io that referenced this pull request Sep 13, 2024
* fix(ci): fix prettier

fixed prettier for CI builds failing due to node 12.x
updated the github action setup-node to latest

* fix(ci): use npm script instead of global prettier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prettier failing on CI due to old nodejs version
2 participants