Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -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