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 ce2acae commit a5da0e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
bash install_nvm.sh &&\
echo "sourcing .profile" &&\
source ~/.profile &&\
echo "sourcing .bashrc" &&\
source ~/.bashrc &&\
echo "nvm setup done" &&\
export NVM_DIR="$HOME/.nvm" &&\
- run:
name: install node
command: |
echo "try install node" &&\
nvm install 8.12.0
- run:
Expand Down

0 comments on commit a5da0e7

Please sign in to comment.