👷 CI: 升级文档构建 node 版本 (#3668)

This commit is contained in:
StarHeart
2025-09-04 21:05:07 +08:00
committed by GitHub
parent fc6aca5394
commit d228c3665c

View File

@ -6,8 +6,8 @@ runs:
steps:
- uses: actions/setup-node@v5
with:
node-version: "18"
cache: "yarn"
node-version: lts/*
cache: yarn
- run: yarn install --frozen-lockfile
shell: bash