Skip to content

chore(repo): add Node 20.5 to the test matrix #4130

chore(repo): add Node 20.5 to the test matrix

chore(repo): add Node 20.5 to the test matrix #4130

Workflow file for this run

name: Check Markdown Links
on:
pull_request:
branches:
- master
- develop
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: gaurav-nelson/github-action-markdown-link-check@master
with:
folder-path: 'docs'