fix: pin Node to LTS 22 in docs broken links workflow

Mintlify doesn't support Node 25+, and `node-version: latest` was
pulling 25.8.2 causing the workflow to fail.
This commit is contained in:
Greyson LaLonde
2026-03-27 02:36:11 +08:00
committed by GitHub
parent 10fc3796bb
commit d7252bfee7

View File

@@ -23,7 +23,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "latest"
node-version: "22"
- name: Install Mintlify CLI
run: npm i -g mintlify