Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
fix(ci): Update node version for md linting
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Feb 10, 2024
1 parent d2bcad1 commit 149c52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hygeine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '20'

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

0 comments on commit 149c52c

Please sign in to comment.