Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): add node 12 #872

Merged
merged 14 commits into from May 22, 2019
Merged
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,9 @@ matrix:
- os: linux
node_js: "stable"
env: JOB_PART=integration
- os: linux
node_js: "12"
env: JOB_PART=integration
- os: linux
node_js: "10"
env: JOB_PART=integration
Expand Down
4 changes: 3 additions & 1 deletion azure-pipelines-template.yml
Expand Up @@ -5,6 +5,8 @@ jobs:
strategy:
maxParallel: 3
matrix:
node-12:
node_version: ^12.0.0
node-10:
node_version: ^10.10.0
node-8:
Expand All @@ -20,7 +22,7 @@ jobs:
npm install -g npm@latest
displayName: "Install npm"
- script: |
npm install
npm ci
npm run bootstrap
displayName: "Lerna bootstrap"
- script: |
Expand Down