-
Notifications
You must be signed in to change notification settings - Fork 19
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:pin node versions to lts #154
Conversation
Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
.github/workflows/ci.yml
Outdated
with: | ||
license-check: true | ||
node-versions: '["16", "18", "20", "22"]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we test on node 16?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also on v14, I don't think we have shipped a major or this yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might need tape, will take a look
Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
Seems like I spoke too early. Let’s cut it at v20+ and cut a major then. |
Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* pin node versions to lts * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day> * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day> * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day> --------- Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
* Update for Fastify v5 (#150) * upgrade for fastify 5 * Fixed typo * removed engine field * workflows:pin node versions to lts (#154) * pin node versions to lts * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day> * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day> * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day> --------- Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day> * Update for Fastify v5 (#150) * upgrade for fastify 5 * Fixed typo * removed engine field * workflows:pin node versions to lts (#154) * pin node versions to lts * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day> * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day> * Update .github/workflows/ci.yml Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day> --------- Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day> --------- Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day> Co-authored-by: Cristian Barlutiu <cristian.barlutiu@gmail.com> Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
No description provided.