Test on Node 16

This commit is contained in:
Bryan Housel 2021-04-22 10:05:01 -04:00
parent 9fdecc9834
commit e8d86eb0bd

View file

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