Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22
Copy link

Copilot AI Jan 23, 2026

Choose a reason for hiding this comment

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

The .nvmrc file specifies Node version 22, but the package.json requires Node >=20. While Node 22 satisfies the >=20 requirement, this creates a potential inconsistency. If the project requires Node 20 as the minimum, the .nvmrc should specify 20, or if Node 22 is actually required, the package.json engines field should be updated to reflect this (e.g., "node": ">=22"). Consider aligning these values to avoid confusion about which Node version is actually required.

Suggested change
22
20

Copilot uses AI. Check for mistakes.
Loading
Loading