mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(build): update circleci to node 10
This commit is contained in:
parent
456f4b958e
commit
0dddb13462
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue