ci: test on Node.js 8.15 instead of 8.0.0

This commit is contained in:
Zoltan Kochan
2019-04-19 22:59:06 +03:00
parent a57fdefa4a
commit ea5242b648
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
language: node_js
node_js:
- 8.0.0
- 8.15
- 10
git:
depth: 5

View File

@@ -1,6 +1,6 @@
environment:
matrix:
- nodejs_version: 8.0.0
- nodejs_version: 8.15
install:
- ps: Install-Product node $env:nodejs_version
- npm set verify-store-integrity false