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

Use strict versions in package.json and align CI #420

Merged
merged 2 commits into from
Feb 9, 2023
Merged

Conversation

lucacome
Copy link
Member

@lucacome lucacome commented Feb 8, 2023

With ^ it means that we can get any version up to the latest minor or patch version. For example "prettier": "^2.8.3" it means at least 2.8.3 but anything before to 3.0.0, with this change we get the exact same version all the time.

The CI now reads package.json to get the same version of prettier to run.

With `^` it means that we can get any version up to the latest minor or patch version. For example "prettier": "^2.8.3" it means at least 2.8.3 but anything before to 3.0.0, with this change we get the exact same version all the time.
The CI now reads package.json to get the same version of prettier to run.
@lucacome lucacome self-assigned this Feb 8, 2023
@lucacome lucacome requested a review from a team as a code owner February 8, 2023 23:10
@github-actions github-actions bot added the chore Pull requests for routine tasks label Feb 8, 2023
@lucacome lucacome merged commit fbcaf64 into main Feb 9, 2023
@lucacome lucacome deleted the chore/prettier branch February 9, 2023 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants