chore: add Node.js 10, remove Node.js 9

This commit is contained in:
Daniel Ruf 2018-05-12 19:14:06 +02:00
parent 929817741b
commit 1f6b784d50
No known key found for this signature in database
GPG Key ID: 68597EDC4FAC1299
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"