Skip to content

Commit d1d7b6d

Browse files
authored
Update md-link-check.yml
1 parent 88ab60e commit d1d7b6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/md-link-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: actions/checkout@v3
1717

1818
- name: Setup Node.js
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
21-
node-version: '18'
21+
node-version: '20'
2222

2323
- name: Install markdown-link-check
2424
run: npm install -g markdown-link-check

0 commit comments

Comments
 (0)