Run tests on Node 12

This commit is contained in:
Jordan Eldredge 2020-02-19 20:07:57 -08:00
parent a0c40f4975
commit bf91617390

View file

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version: [10.x]
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v1