Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbittarelli6river committed Nov 10, 2020
1 parent 3f409da commit e51653f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
echo "nvm setup done" &&\
export NVM_DIR="$HOME/.nvm" &&\
echo "try run nvm.sh" &&\
[ -s "$NVM_DIR/nvm.sh" ] && source "$NVM_DIR/nvm.sh" &&\
[ -s "$NVM_DIR/nvm.sh" ] && source $NVM_DIR/nvm.sh &&\
echo "try run bash completion" &&\
[ -s "$NVM_DIR/bash_completion" ] && source "$NVM_DIR/bash_completion" &&\
[ -s "$NVM_DIR/bash_completion" ] && source $NVM_DIR/bash_completion &&\
echo "try install node" &&\
nvm install 8.12.0
- run:
Expand Down

0 comments on commit e51653f

Please sign in to comment.