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

prettier: version missmatch between CI and lock file #766

Open
FlorianFranzen opened this issue Jun 11, 2024 · 0 comments
Open

prettier: version missmatch between CI and lock file #766

FlorianFranzen opened this issue Jun 11, 2024 · 0 comments

Comments

@FlorianFranzen
Copy link

FlorianFranzen commented Jun 11, 2024

Currently there is a substantial difference between the prettier version installed via yarn and executed via yarn prettier (v2.7) and the version installed and used by the CI (via npm install prettier, currently v3.3).

Due to this difference, the CI actually does no longer pass after running yarn prettier. So either we stop using npm to install prettier on the CI and run it via yarn and the lockfile or we update the version requirements to a similar version to fix the issue till the latest release changes their definition of pretty changes again.

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

No branches or pull requests

1 participant