ci: Add Node16 to CI matrix (#1218)

This commit is contained in:
Norman Breau 2021-04-26 12:47:22 -03:00 committed by GitHub
parent 5e7be8e1d6
commit f9e8ce8fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 16.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps: