Skip to content

GitHub Actions: Test on current versions of Node.js #140

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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?

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