mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 06:50:12 +01:00
Change TestRepos workflow to use node-version latest (instead of 16.x).
This commit is contained in:
parent
0cf81e4ef4
commit
279fa9705d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-repos.yml
vendored
4
.github/workflows/test-repos.yml
vendored
|
|
@ -14,8 +14,8 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ ubuntu-latest ]
|
||||||
node-version: [16.x]
|
node-version: [ latest ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue