Skip to content

Conversation

@asdolo
Copy link
Collaborator

@asdolo asdolo commented Dec 19, 2025

Notion board reference:


What does this do?

Adds a .nvmrc file specifying Node.js v20.


Why did you do this?

  • Enables fnm and nvm to automatically use the correct version in the template and generated projects.
  • Ensures consistent Node.js versions across developers and environments. Prevents version-related issues by standardizing on v20.

Who/what does this impact?

All developers: they can now use fnm or nvm to automatically switch to the specified Node.js version. Projects generated from this template will include the .nvmrc file.

How did you test this?

  • Tested on iOS
  • Tested on Android
  • Tested on a small device
  • Tested on a real device
  • Tested all flows related with this PR changes
  • Tested accessibility
  • Added tests

Notes:


Screenshots / Previews

N/A

@asdolo asdolo self-assigned this Dec 19, 2025
@asdolo asdolo requested a review from a team as a code owner December 19, 2025 15:36
@github-actions
Copy link

💯 Test Coverage

Lines Statements Branches Functions
Coverage: 49%
49.56% (342/690) 44.04% (122/277) 36.28% (86/237)

😎 Tests Results

Tests Skipped Failures Errors Time
77 0 💤 0 ❌ 0 🔥 30.46s ⏱️
👀 Tests Details • (49%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files49.5644.0436.2849.92 
report-only-changed-files is enabled. No files were changed in this commit :)

@@ -0,0 +1 @@
v20
Copy link
Collaborator

Choose a reason for hiding this comment

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

👏

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants