test on different node versions

This commit is contained in:
mistval 2023-03-13 20:11:09 -04:00
parent faf73e49d8
commit 4f93c9ba1c

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 18.x, 20.x]
node-version: [12.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v2