-
Notifications
You must be signed in to change notification settings - Fork 18
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
ci!: migrate to reusable workflow #89
Conversation
Hi fdawgs, why not use the reusable workflow plugin-ci of fastify/workflows? |
This repo tests on ubuntu and macos but not windows, which the reusable workflow does. |
The code is platform independent. So we can additionally test for windows and dropping the tests for node 10 and 12. Totally fine. We could then close #65 |
BREAKING CHANGE: drops support for node 10, 12, and 17; adds support for node 18
Updated to use shared workflow. |
Thanks @Uzlopak, ended up accidentally deleting the fork whilst cleaning up my repos 🙃 |
@Fdawgs I was wondering, how the PR was closed without any information why it was closed :D. Thank you for your patience. |
In fastify#89 support for Node.js 10 and 12 were dropped. It didn't explicitly mention a minimum version, but seems to be testing on the latest 14.x. I chose 14.13.1 since that is the minimum version of Node.js 14.x that Multer supports, and I would be very happy if this module would also support it.
* Update engines field In #89 support for Node.js 10 and 12 were dropped. It didn't explicitly mention a minimum version, but seems to be testing on the latest 14.x. I chose 14.13.1 since that is the minimum version of Node.js 14.x that Multer supports, and I would be very happy if this module would also support it. * Relax engines field to Node.js 14.0.0 Co-authored-by: Uzlopak <aras.abbasi@googlemail.com> Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
BREAKING CHANGE: drops support for node 10, 12, and 17; adds support for node 18
Checklist
and the Code of conduct