Skip to content

Commit

Permalink
Update action markdown-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
51nk0r5w1m authored Oct 17, 2024
1 parent f67c88c commit 1ecc83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 'lts/*'

- name: Install markdownlint-cli
run: npm install -g markdownlint-cli
Expand Down

0 comments on commit 1ecc83a

Please sign in to comment.