-
Notifications
You must be signed in to change notification settings - Fork 3
feat!: drop Node 18 support #137
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
Conversation
|
WalkthroughThis PR removes Node.js 18 support and adds Node.js 24 support across the project. The Node.js version matrix is updated in five GitHub Actions workflows (build, snapshots, test-matrix, unit_test, wcag_test). The package.json engines field is updated in two package manifests to reflect the new minimum version requirement of Node 20. The local test matrix script is also updated to remove Node 18 from the test combinations. Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (8)
🔇 Additional comments (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Node 18 was EOL March 27, 2025
