Update node matrix to 14, 16

This commit is contained in:
David Humphrey 2021-10-19 16:49:44 -04:00
parent 4acd064a2b
commit 621b6567e0
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: ['12', '14']
node: ['14', '16']
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
steps: