mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-07-24 01:03:16 +00:00
⬆️ Docs: 更新 docusaurus 3.10 (#4121)
This commit is contained in:
@@ -4,10 +4,12 @@ description: Setup Node
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: pnpm/action-setup@v4
|
||||
|
||||
- uses: actions/setup-node@v7
|
||||
with:
|
||||
node-version: lts/*
|
||||
cache: yarn
|
||||
cache: pnpm
|
||||
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: pnpm install --frozen-lockfile
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user