Skip to content

Commit 5000374

Browse files
committed
➕ setup nvm
nvm is a version manager for node.js, designed to be installed per-user, and invoked per-shell. By creating a .nvmrc file in your project root, you can specify the node version you want to use for that project. This is what I do in this commit.
1 parent 37a2728 commit 5000374

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18

0 commit comments

Comments
 (0)