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

Commit ff9d7d3

Browse files
authored
fix(ci): Update node version for md linting (#205)
1 parent d2bcad1 commit ff9d7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/hygeine.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Node.js
4949
uses: actions/setup-node@v2
5050
with:
51-
node-version: '14'
51+
node-version: '20'
5252

5353
- name: Install markdownlint CLI
5454
run: npm install -g markdownlint-cli

0 commit comments

Comments
 (0)