mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
Merge remote-tracking branch 'origin' into dev
This commit is contained in:
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v6.0.7
|
||||
uses: pnpm/action-setup@v6.0.8
|
||||
with:
|
||||
version: 10.28.2
|
||||
- name: Setup Node.js
|
||||
|
||||
2
.github/workflows/dashboard_ci.yml
vendored
2
.github/workflows/dashboard_ci.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v6.0.7
|
||||
uses: pnpm/action-setup@v6.0.8
|
||||
with:
|
||||
version: 10.28.2
|
||||
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
echo "tag=$tag" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v6.0.7
|
||||
uses: pnpm/action-setup@v6.0.8
|
||||
with:
|
||||
version: 10.28.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user