Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

➕ setup nvm #5

Merged
merged 1 commit into from
Jun 6, 2023
Merged

➕ setup nvm #5

merged 1 commit into from
Jun 6, 2023

Conversation

qd-qd
Copy link
Owner

@qd-qd qd-qd commented Jun 6, 2023

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.

@qd-qd qd-qd self-assigned this Jun 6, 2023
@github-actions
Copy link

github-actions bot commented Jun 6, 2023

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 3/3
🟢 Branches 100% 0/0
🟢 Functions 100% 1/1
🟢 Lines 100% 2/2

Test suite run success

1 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 88a42a5

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.
@qd-qd qd-qd merged commit 88a42a5 into main Jun 6, 2023
@qd-qd qd-qd deleted the setup/nvm branch June 6, 2023 13:29
@qd-qd qd-qd restored the setup/nvm branch June 6, 2023 13:31
@qd-qd qd-qd deleted the setup/nvm branch June 6, 2023 15:52
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.

1 participant