add older and newer node versions

This commit is contained in:
Hans Pagel 2020-07-13 17:31:19 +02:00
parent 5445dfc608
commit ffa7b23a7c

View File

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