chore(build): update circleci to node 10

This commit is contained in:
Juan Picado @jotadeveloper 2018-04-25 07:04:40 +02:00
parent 456f4b958e
commit 0dddb13462
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@ dependencies:
fi
- nvm install 6
- nvm install 8
- nvm install 10
cache_directories:
- ~/.yarn
@ -31,6 +32,8 @@ test:
- yarn run test
- nvm alias default 9
- yarn run test
- nvm alias default 10
- yarn run test
- yarn run test:e2e
- yarn run coverage:publish
- echo "machine github.com login verdacciobot password $GITHUB_TOKEN" > ~/.netrc