Skip to content

Commit

Permalink
Use valid nvmrc file (#7451)
Browse files Browse the repository at this point in the history
16.x is not valid for an .nvmrc file.

Using the latest nvmrc (0.39.3), running `nvm install` with 16.x will show

```console
Version '16.x' not found - try `nvm ls-remote` to browse available versions.
```
  • Loading branch information
penx committed Mar 17, 2023
1 parent e5255d8 commit 275c450
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

1 comment on commit 275c450

@vercel
Copy link

@vercel vercel bot commented on 275c450 Mar 17, 2023

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.