* update lerna and lerna-changelog * Lerna: enable yarn, yarn workspaces [skip ci] * use older version of Babel since it matches on semver (cannot be the same version) * install yarn version * revert node engine change * update flow * circle ci on 8 * update lock
17 lines
227 B
YAML
17 lines
227 B
YAML
machine:
|
|
node:
|
|
version:
|
|
8
|
|
|
|
dependencies:
|
|
pre:
|
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
|
cache_directories:
|
|
- ~/.yarn-cache
|
|
override:
|
|
- yarn
|
|
|
|
test:
|
|
override:
|
|
- make test-ci-coverage
|