Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| @@ -1 +1 @@ | |||
| 20 | |||
| 24 | |||
There was a problem hiding this comment.
Node version inconsistency across CI workflows after upgrade
Medium Severity
Updating .nvmrc to 24 creates a version mismatch across CI environments. The code-check.yml workflow reads from .nvmrc (now Node 24), but audit.yml and extract-strings.yml still hardcode node-version: "20.x". Previously all environments consistently used Node 20; now some CI jobs run on 24 while others remain on 20, which can lead to differing npm audit results and inconsistent behavior.
|
'This PR has been flagged as stale due to no activity for over 60 |


Note
Low Risk
Single-line runtime/tooling version bump with no code or logic changes; risk is limited to potential dependency incompatibilities under Node 24.
Overview
Updates the project’s Node.js version pin in
.nvmrcfrom20to24, aligning local/dev tooling to use Node 24.Written by Cursor Bugbot for commit 47e82fb. This will update automatically on new commits. Configure here.