Skip to content

Commit

Permalink
Bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
bonclay7 committed Oct 14, 2024
1 parent 459b51c commit cef75be
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 cef75be

Please sign in to comment.