Update github workflows node10 -> node16 (#45996)

This commit is contained in:
Nathan Shively-Sanders 2021-09-21 16:00:09 -07:00 committed by GitHub
parent 9b3ba871fb
commit f30ab60579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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