Skip to content

Commit

Permalink
(ci tests): Bump node version (#285)
Browse files Browse the repository at this point in the history
Bump node version
  • Loading branch information
bonclay7 authored Oct 14, 2024
1 parent 459b51c commit 090b6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
- name: install markdown-link-check
run: npm install -g markdown-link-check@3.10.2
run: npm install -g markdown-link-check@3.12.2
- name: markdown-link-check version
run: npm list -g markdown-link-check
- name: Run markdown-link-check on MD files
Expand Down

0 comments on commit 090b6eb

Please sign in to comment.