Skip to content

Conversation

cclauss
Copy link

@cclauss cclauss commented Apr 24, 2025

+      matrix:
+        node-version: ['18.x', '20.x', 'lts/*']

strategy:
fail-fast: false
matrix:
node-version: ['18.x', '20.x', 'lts/*']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

18.x is EOL..

Copy link
Author

@cclauss cclauss Apr 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still one more week, but we can drop it. https://nodejs.org/en/blog/release/v18.20.8

Suggested change
node-version: ['18.x', '20.x', 'lts/*']
node-version: ['20.x', 'lts/*']

Should we add latest or just focus on LTS versions?

@pi0
Copy link
Member

pi0 commented Aug 2, 2025

Thank you for PR. since this library targeting legacy versions of node, pinned (minimum) version makes more sense.

@pi0 pi0 closed this Aug 2, 2025
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