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: fastify version mismatch #702

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

nathanbirrell
Copy link
Contributor

@nathanbirrell nathanbirrell commented Oct 24, 2024

Closes #701

This should fix the test failures in CI too.

image

@nathanbirrell nathanbirrell self-assigned this Oct 24, 2024
@@ -6,8 +6,6 @@
"test": "c8 tap --no-cov"
},
"dependencies": {
"fastify": "^4.28.1",
"mercurius": "^14.1.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two were already installed in the workspace root. Better to avoid potential for duplicate versions in the future and centralize to the root package.json.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep agreed. hopefully there wasn't a reason why they were installed in the individual workspaces. thanks for catching it

"db:migrate": "postgrator",
"db:down": "docker-compose down",
"db:down": "docker compose down",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated docker-compose syntax, to align with the fastify-workshop

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep good catch 👌

@nathanbirrell nathanbirrell requested a review from simoneb October 24, 2024 13:13
@nathanbirrell nathanbirrell merged commit 9ad41af into master Oct 24, 2024
4 checks passed
@nathanbirrell nathanbirrell deleted the fix/fastify-version-mismatch branch October 24, 2024 14:32
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.

Fix broken CI build and align dependency versions to Fastify v5
2 participants