Commit e484d8e
[release/8.0] Update markdownlint workflow to Node LTS (#126573)
> [!NOTE]
> This PR was AI/Copilot-generated.
This fixes the release/8.0 Markdownlint workflow failure caused by
running the current `markdownlint-cli` on the old Node 16 runtime.
- update `actions/checkout` to `@v6`
- update `actions/setup-node` to `@v6`
- switch the workflow to `node-version: 'lts/*'`\n\nThis restores
markdownlint for PRs like #126528 where the markdown files themselves
were already clean.
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 11a922e commit e484d8e
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments