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

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