HARMONY-2376: Update Node to 22.23.0#928
Conversation
|
Warning Review limit reached
More reviews will be available in 55 minutes and 46 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughNode.js runtime version is bumped from ChangesNode.js and npm version bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.nvmrc:
- Line 1: The Node version bump is only applied in .nvmrc, while the CI workflow
still pins the old 22.14.x release, so the environments remain inconsistent.
Update the Node matrix/version in the .github/workflows/ci-tests.yml workflow to
22.23.x to match the new .nvmrc value, and verify any related Node setup steps
use the same version source.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: c8b035d6-3342-46e7-a5ab-f15ad69f1417
⛔ Files ignored due to path filters (9)
package-lock.jsonis excluded by!**/package-lock.jsonpackages/util/package-lock.jsonis excluded by!**/package-lock.jsonservices/cron-service/package-lock.jsonis excluded by!**/package-lock.jsonservices/harmony/package-lock.jsonis excluded by!**/package-lock.jsonservices/query-cmr/package-lock.jsonis excluded by!**/package-lock.jsonservices/service-runner/package-lock.jsonis excluded by!**/package-lock.jsonservices/work-failer/package-lock.jsonis excluded by!**/package-lock.jsonservices/work-scheduler/package-lock.jsonis excluded by!**/package-lock.jsonservices/work-updater/package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (11)
.nvmrcdocs/guides/develop.mdpackage.jsonpackages/util/package.jsonservices/cron-service/package.jsonservices/harmony/package.jsonservices/query-cmr/package.jsonservices/service-runner/package.jsonservices/work-failer/package.jsonservices/work-scheduler/package.jsonservices/work-updater/package.json
flamingbear
left a comment
There was a problem hiding this comment.
Able to build and deploy the images and run requests. I can see the tests are still passing. Nice.
❯ node -v
v22.23.0
Jira Issue ID
HARMONY-2376
Description
Updates the minor version of node from 22.14.0 to 22.23.0. This is the version we have running in all environments now.
Local Test Steps
node -vPR Acceptance Checklist
Summary by CodeRabbit