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

ci!: migrate to reusable workflow #89

Merged
merged 3 commits into from
Jun 7, 2022
Merged

ci!: migrate to reusable workflow #89

merged 3 commits into from
Jun 7, 2022

Conversation

Fdawgs
Copy link
Member

@Fdawgs Fdawgs commented May 25, 2022

BREAKING CHANGE: drops support for node 10, 12, and 17; adds support for node 18

Checklist

@Uzlopak
Copy link
Contributor

Uzlopak commented May 25, 2022

Hi fdawgs, why not use the reusable workflow plugin-ci of fastify/workflows?

@Fdawgs
Copy link
Member Author

Fdawgs commented May 25, 2022

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.
Can migrate to the reusable workflow if you're happy to also test on windows?

@Uzlopak
Copy link
Contributor

Uzlopak commented May 25, 2022

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

Fdawgs added 3 commits May 25, 2022 09:58
BREAKING CHANGE: drops support for node 10, 12, and 17; adds support for node 18
@Fdawgs Fdawgs changed the title ci: bring into line with reusable workflow ci!: migrate to reusable workflow May 25, 2022
@Fdawgs Fdawgs requested a review from Uzlopak May 25, 2022 09:01
@Fdawgs
Copy link
Member Author

Fdawgs commented May 25, 2022

Updated to use shared workflow.

@Fdawgs Fdawgs requested a review from kibertoad May 30, 2022 12:06
@Uzlopak Uzlopak reopened this Jun 7, 2022
@Uzlopak Uzlopak merged commit d90b69e into fastify:master Jun 7, 2022
@Fdawgs
Copy link
Member Author

Fdawgs commented Jun 7, 2022

Thanks @Uzlopak, ended up accidentally deleting the fork whilst cleaning up my repos 🙃

@Uzlopak
Copy link
Contributor

Uzlopak commented Jun 7, 2022

@Fdawgs I was wondering, how the PR was closed without any information why it was closed :D. Thank you for your patience.

LinusU added a commit to LinusU/busboy that referenced this pull request Jun 8, 2022
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.
@LinusU LinusU mentioned this pull request Jun 8, 2022
1 task
Uzlopak added a commit that referenced this pull request Jun 9, 2022
* 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>
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.

2 participants