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

workflows: extend the test range #32

Merged
merged 3 commits into from
Apr 24, 2024
Merged

Conversation

gurgunday
Copy link
Member

We don't necessarily need to stop testing on older versions for libraries, we can just extend the test range using the new workflow

@Fdawgs
Copy link
Member

Fdawgs commented Apr 24, 2024

@gurgunday The engines field in package.json is >=14 so this should probs be tested on that too, or we bump the engine.

@gurgunday
Copy link
Member Author

gurgunday commented Apr 24, 2024

Good spot, first, we should actually remove the engines field

Second, I think tap is failing at node 14 so I had to start from the lowest LTS version it currently supports

@gurgunday
Copy link
Member Author

gurgunday commented Apr 24, 2024

Good spot, first, we should actually remove the engines field

Oh or maybe we shouldn't? Since this is a package?

Edit: we already did in next

@Fdawgs
Copy link
Member

Fdawgs commented Apr 24, 2024

Good spot, first, we should actually remove the engines field

Oh or maybe we shouldn't? Since this is a package?

Edit: we already did in next

Ah, well good spot on that then! :D

@Fdawgs Fdawgs merged commit d028511 into fastify:next Apr 24, 2024
20 checks passed
@gurgunday gurgunday deleted the new-workflow branch April 24, 2024 18:26
jsumners pushed a commit that referenced this pull request Jul 3, 2024
* test for lts from 14 to 20

* test from 16

* update
jsumners added a commit that referenced this pull request Jul 5, 2024
* update for Fastify v5 (#30)

* update for v5

* add pre-commit

* package-manager v4

* revert change

* remove engines field

* workflows: extend the test range (#32)

* test for lts from 14 to 20

* test from 16

* update

* update for Fastify v5 (#30)

* update for v5

* add pre-commit

* package-manager v4

* revert change

* remove engines field

* workflows: extend the test range (#32)

* test for lts from 14 to 20

* test from 16

* update

* update ci

---------

Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants