mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +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:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node-version: [16.x]
|
||||
os: [ ubuntu-latest ]
|
||||
node-version: [ latest ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue