chore: check if CI works on node 10

This commit is contained in:
woothu
2020-06-05 09:57:06 +02:00
parent fed84e858b
commit 86dfcb26e8
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [8.x, 10.x, 12.x] node-version: [10.x, 12.x]
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps: