ci!: migrate to reusable workflow#89
Merged
Uzlopak merged 3 commits intofastify:masterfrom Jun 7, 2022
Fdawgs:ci/workflows
Merged
ci!: migrate to reusable workflow#89Uzlopak merged 3 commits intofastify:masterfrom Fdawgs:ci/workflows
Uzlopak merged 3 commits intofastify:masterfrom
Fdawgs:ci/workflows
Conversation
Contributor
|
Hi fdawgs, why not use the reusable workflow plugin-ci of fastify/workflows? |
Member
Author
This repo tests on ubuntu and macos but not windows, which the reusable workflow does. |
Contributor
|
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
Member
Author
|
Updated to use shared workflow. |
Uzlopak
approved these changes
Jun 7, 2022
Member
Author
|
Thanks @Uzlopak, ended up accidentally deleting the fork whilst cleaning up my repos 🙃 |
Contributor
|
@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.
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 <[email protected]> Co-authored-by: Uzlopak <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: drops support for node 10, 12, and 17; adds support for node 18
Checklist
and the Code of conduct