mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-06 03:56:45 +00:00
👷 CI: 升级文档构建 node 版本 (#3668)
This commit is contained in:
4
.github/actions/setup-node/action.yml
vendored
4
.github/actions/setup-node/action.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user