Update Node version for TestRepos workflow from 12 to 16.

This commit is contained in:
David Anson 2021-12-21 21:38:29 -08:00
parent ff8f4ea9fc
commit 064a1e33e1

View file

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