Skip to content

Commit 6c0bdbf

Browse files
authored
Upgrade Node.js setup action and version
1 parent 373780f commit 6c0bdbf

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)