Change TestRepos workflow to use node-version latest (instead of 16.x).

This commit is contained in:
David Anson 2023-04-18 19:57:01 -07:00
parent 0cf81e4ef4
commit 279fa9705d

View file

@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
os: [ ubuntu-latest ]
node-version: [ latest ]
steps:
- uses: actions/checkout@v3