chore: 🤖 change minimum test version

This commit is contained in:
Christian Kaisermann 2019-11-19 21:37:21 -03:00
parent 690822b6ac
commit 0c01a8b186

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
node-version: [8, 10, 12] node-version: [11.15.0, 12]
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps: