Skip to content

Commit c5c60cc

Browse files
authored
Merge pull request #711 from sir-gon/develop
[CONFIG] [Github Actions] node version upgrade
2 parents 08ab31c + a62e94a commit c5c60cc

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,14 @@ jobs:
1515
markdownlint:
1616
name: Markdown Lint
1717
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-
2518
steps:
2619
- name: Checkout repository
2720
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2821

29-
- name: Set up Node.js ${{ matrix.node-version }}
22+
- name: Set up Node.js
3023
uses: actions/setup-node@v4
3124
with:
32-
node-version: ${{ matrix.node-version }}
33-
25+
node-version: 24.x
3426
- name: Install dependencies
3527
run: npm install -g markdownlint-cli
3628

0 commit comments

Comments
 (0)