Skip to content

Commit 44a1551

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] markdownlint: node version updated 22.x -> 24.x.
1 parent 68f937a commit 44a1551

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,14 @@ jobs:
1616
name: Markdown Lint
1717
runs-on: ubuntu-24.04
1818

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-
2519
steps:
2620
- name: Checkout repository
2721
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2822

29-
- name: Set up Node.js ${{ matrix.node-version }}
23+
- name: Set up Node.js
3024
uses: actions/setup-node@v4
3125
with:
32-
node-version: ${{ matrix.node-version }}
26+
node-version: 24.x
3327

3428
- name: Install dependencies
3529
run: npm install -g markdownlint-cli

0 commit comments

Comments
 (0)