Skip to content

Commit b5c4ff7

Browse files
committed
Updated the workflow to use Node.js 20
1 parent 5021e92 commit b5c4ff7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate_and_fix_markdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Set up Node.js
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
with:
25-
node-version: '16'
25+
node-version: '20'
2626

2727
- name: Install Markdown Linter
2828
run: npm install -g markdownlint-cli

0 commit comments

Comments
 (0)