-
-
Notifications
You must be signed in to change notification settings - Fork 4
feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 #90
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
base: main
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 18488516317Details
💛 - Coveralls |
e723e0e to
9d08cb1
Compare
.github/workflows/build.yml
Outdated
| - 22 | ||
| - 24 | ||
| - 25 | ||
| node: [25.x, 24.x, 22.x, 20.x, "20.19.0"] |
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.
I think PRIMARY_NODEJS_VERSION should be also changed to match one of the values in this list.
csstree/.github/workflows/build.yml
Line 8 in 9d08cb1
| PRIMARY_NODEJS_VERSION: 20 |
That could fix the CI failure, or result in a different error.
Updated Node.js version in the build workflow and adjusted conditions for running tests and coverage.
|
Hi everyone, it looks like we lost track of this pull request. Please review and see what the next steps are. This pull request will auto-close in 7 days without an update. |
Prerequisites checklist
What is the purpose of this pull request?
Updated package.json of the package to require:
"node": "^20.19.0 || ^22.13.0 || >=24"
This drops support for Node.js 18.
What changes did you make? (Give an overview)
Related Issues
refs eslint/eslint#19969
Is there anything you'd like reviewers to focus on?