Skip to content

Commit

Permalink
Update node version to see if check will pass
Browse files Browse the repository at this point in the history
  • Loading branch information
coverbeck committed Oct 23, 2024
1 parent 1c56559 commit ce1c47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- run: npm i -g markdown-link-check
- run: markdown-link-check ./README.md
buildPage:
Expand Down

0 comments on commit ce1c47a

Please sign in to comment.