ci: add Node.js 16 in the test matrix

This commit is contained in:
Damien Arrachequesne
2021-08-28 08:10:50 +02:00
parent 2b4cec08a3
commit 12ee96147e

View File

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