Remove 16.x from GitHub Actions node build matrix

This commit is contained in:
David Humphrey 2021-02-24 12:07:57 -05:00
parent 07a00a3f77
commit 4941d10e13
1 changed files with 1 additions and 1 deletions

View File

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