File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
23
23
- uses : actions/setup-node@v2.1.4
24
24
with :
25
- node-version : 12 .x
25
+ node-version : 24 .x
26
26
27
27
- run : npm install -g markdown-link-check
28
28
- run : find . -name \*.md -exec markdown-link-check -c .broken-link-config.json {} \;
Original file line number Diff line number Diff line change 18
18
- name : Setup Node.js environment
19
19
uses : actions/setup-node@v2
20
20
with :
21
- node-version : " 12 "
21
+ node-version : " 24 "
22
22
23
23
- name : Lint markdown files
24
24
run : |
Original file line number Diff line number Diff line change 17
17
- name : Setup Node.js environment
18
18
uses : actions/setup-node@v2.1.4
19
19
with :
20
- node-version : " 12 "
20
+ node-version : " 24 "
21
21
22
22
- uses : actions/cache@v2.1.4
23
23
with :
Original file line number Diff line number Diff line change 1
- 14.16 .0
1
+ 24.2 .0
You can’t perform that action at this time.
0 commit comments