Skip to content

Commit

Permalink
Update apps/site/snippets/en/download/nvm.bash
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
Signed-off-by: Claudio W <cwunder@gnome.org>
  • Loading branch information
ovflowd and ljharb authored Dec 27, 2024
1 parent abe2da4 commit 494c334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/site/snippets/en/download/nvm.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ nvm install ${props.release.major}

# Verify the Node.js version:
node -v # Should print "${props.release.versionWithPrefix}".
nvm current # Should print "${props.release.versionWithPrefix}".

0 comments on commit 494c334

Please sign in to comment.