fix: update ci node version for markdownlint

This commit is contained in:
tukuaiai
2026-05-02 03:44:18 +08:00
parent a523b6d45f
commit 26e345e8d2
4 changed files with 27 additions and 5 deletions
+2 -2
View File
@@ -17,9 +17,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '22'
- name: Install markdownlint-cli
run: npm install -g markdownlint-cli
- name: Run markdownlint