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:
|
steps:
|
||||||
- uses: actions/setup-node@v5
|
- uses: actions/setup-node@v5
|
||||||
with:
|
with:
|
||||||
node-version: "18"
|
node-version: lts/*
|
||||||
cache: "yarn"
|
cache: yarn
|
||||||
|
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user