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

feat: drop Node 4, 6, 8, 10, 12, 14 & 16 support #141

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

Conversation

MichaelDeBoey
Copy link
Contributor

@MichaelDeBoey MichaelDeBoey commented Oct 28, 2024

As @ljharb mentioned in #114 (comment), he's open for a breaking change right now

if eslint forced a breaking change, at that time I’d reevaluate what we supported


BREAKING CHANGE: Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0

BREAKING CHANGE: Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0
@MichaelDeBoey
Copy link
Contributor Author

@ljharb Settings should be updated to make node 18+ required instead of node < 10 & node >= 10


on: [pull_request, push]

jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '>= 10'
range: '^18.18.0 || ^20.9.0 || >=21.1.0'

Choose a reason for hiding this comment

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

Node 22 is out, so maybe don't need to support Node 21, which is unstable?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've set node.engines to the same as ESLint is doing, but I'm happy to update if @ljharb wants to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants