From 7111764bae885293e18a031434956b6c9e3dd6fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Freixin=C3=B3s?= <14282156+germanfrelo@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:30:35 +0100 Subject: [PATCH] Clarify the .nvmrc file contents (#136) * Clarify the .nvmrc file contents * Add https:// to a link --- .nvmrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 1d82aa0..4d87919 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1,3 +1,5 @@ lts/* -# Replace it with the result of using https://github.com/voxpelli/node-installed-check +# IMPORTANT: Replace lts/* with a specific Node.js version based on your project's requirements. +# To find the appropriate version for your project, you can use a tool like https://github.com/voxpelli/node-installed-check +# Reference: https://github.com/nvm-sh/nvm#nvmrc