Add Node.js 16 to CI

This commit is contained in:
Christian Georgi
2022-02-07 10:31:08 +01:00
parent ff533754b4
commit 51a8762738

View File

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