Skip to content

Commit

Permalink
chore: make .nvmrc actually work with nvm
Browse files Browse the repository at this point in the history
The '.x' causes nvm to display the following message when trying 'nvm use':
Found '/Users/user/github/react-international-phone/.nvmrc' with version <16.x>
Version '16.x' not found - try `nvm ls-remote` to browse available versions.
  • Loading branch information
Wei Wang authored and ybrusentsov committed Jan 11, 2024
1 parent 11f4e03 commit d0a1eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.x
16

2 comments on commit d0a1eeb

@vercel
Copy link

@vercel vercel bot commented on d0a1eeb Jan 11, 2024

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on d0a1eeb Jan 11, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.