Skip to content
Open
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 .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

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

.nvmrc pins Node 20, but the repo currently declares Node 24.x in package.json engines.node and CI workflows use node-version: '24'. This mismatch will cause local/dev tooling to use a different Node than CI/production; align .nvmrc to the same version (or update engines/CI together if 20 is intended).

Suggested change
20
24

Copilot uses AI. Check for mistakes.
Loading