Skip to content

Commit

Permalink
Use Node.js 20 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Dec 14, 2024
1 parent 1313b92 commit 7758161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/profile/nvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion

nvm use 20 --silent

0 comments on commit 7758161

Please sign in to comment.