diff --git a/circle.yml b/circle.yml index 09da5ce59..759667986 100644 --- a/circle.yml +++ b/circle.yml @@ -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