Skip to content

Commit

Permalink
modified markdown file and rules
Browse files Browse the repository at this point in the history
Signed-off-by: mojafa <[email protected]>
  • Loading branch information
mojafa committed Jan 31, 2025
1 parent 2949cc3 commit 011b4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/content-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'
cache: 'npm'

- name: Install dependencies
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
fi
- name: Install markdownlint
run: npm install -g markdownlint-cli
run: npm install -g markdownlint-cli@0.37.0

- name: Run Markdown Lint
run: |
Expand Down

0 comments on commit 011b4ac

Please sign in to comment.