Merge pull request #3338 from DanielRuf/chore/add-nodejs-10-remove-nodejs-9

chore: add Node.js 10, remove Node.js 9
This commit is contained in:
Sébastien Chopin 2018-05-12 19:43:45 +02:00 committed by GitHub
commit 5803205aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "9"
- nodejs_version: "10"
cache:
- "%LOCALAPPDATA%\\Yarn"