Skip to content

Commit

Permalink
feat: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mbittarelli6river committed Nov 10, 2020
1 parent 453c52d commit 6cf2631
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,13 @@ jobs:
curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh -o install_nvm.sh &&\
bash install_nvm.sh &&\
source ~/.profile &&\
echo "nvm setup done" &&\
export NVM_DIR="$HOME/.nvm" &&\
echo "try run nvm.sh" &&\
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" &&\
echo "try run bash completion" &&\
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" &&\
echo "try install node" &&\
nvm install 8.12.0
- run:
name: npm test
Expand Down

0 comments on commit 6cf2631

Please sign in to comment.