Skip to content

Commit

Permalink
Install nvm properly in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
area committed Jun 11, 2024
1 parent 9dfd466 commit a868590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ step_install_nvm: &step_install_nvm
name: "Install nvm"
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
echo 'export NVM_DIR=$HOME/.nvm' >> $BASH_ENV
echo 'source $NVM_DIR/nvm.sh' >> $BASH_ENV
jobs:
unit-test-reputation:
<<: *job_common
Expand Down

0 comments on commit a868590

Please sign in to comment.