We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08ab31c + a62e94a commit c5c60ccCopy full SHA for c5c60cc
.github/workflows/markdown-lint.yml
@@ -15,22 +15,14 @@ jobs:
15
markdownlint:
16
name: Markdown Lint
17
runs-on: ubuntu-24.04
18
-
19
- strategy:
20
- matrix:
21
- node-version: [22.x]
22
- # See supported Node.js release schedule
23
- # at https://nodejs.org/en/about/releases/
24
25
steps:
26
- name: Checkout repository
27
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28
29
- - name: Set up Node.js ${{ matrix.node-version }}
+ - name: Set up Node.js
30
uses: actions/setup-node@v4
31
with:
32
- node-version: ${{ matrix.node-version }}
33
+ node-version: 24.x
34
- name: Install dependencies
35
run: npm install -g markdownlint-cli
36
0 commit comments