Skip to content

Update Node.js version in .nvmrc to 24#2849

Draft
emlowe wants to merge 1 commit intomainfrom
EL-try-node-24
Draft

Update Node.js version in .nvmrc to 24#2849
emlowe wants to merge 1 commit intomainfrom
EL-try-node-24

Conversation

@emlowe
Copy link
Copy Markdown
Contributor

@emlowe emlowe commented Feb 17, 2026

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 .nvmrc from 20 to 24, aligning local/dev tooling to use Node 24.

Written by Cursor Bugbot for commit 47e82fb. This will update automatically on new commits. Configure here.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

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.

Comment thread .nvmrc
@@ -1 +1 @@
20
24
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

@github-actions
Copy link
Copy Markdown
Contributor

'This PR has been flagged as stale due to no activity for over 60
days. It will not be automatically closed, but it has been given
a stale-pr label and should be manually reviewed.'

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant