ci: build can be parallel with lint

This commit is contained in:
Marc Cataford 2020-05-01 21:05:38 -04:00
parent 98686a319d
commit 7d120b14c0

View file

@ -37,7 +37,6 @@ jobs:
build:
runs-on: ubuntu-latest
needs: test
strategy:
matrix:
node-version: [10.x, 12.x]