Skip to content

Commit 090b6eb

Browse files
authored
(ci tests): Bump node version (#285)
Bump node version
1 parent 459b51c commit 090b6eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/markdown-link-check.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: '16.x'
23+
node-version: '20.x'
2424
- name: install markdown-link-check
25-
run: npm install -g markdown-link-check@3.10.2
25+
run: npm install -g markdown-link-check@3.12.2
2626
- name: markdown-link-check version
2727
run: npm list -g markdown-link-check
2828
- name: Run markdown-link-check on MD files

0 commit comments

Comments
 (0)