github actions - add node.js 16

This commit is contained in:
Libor M 2021-07-13 13:37:16 +02:00
parent 529acf4f25
commit 7b96ca6524

View File

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2