fix(依赖升级,bug 修复):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-13 16:26:39 +08:00
parent f567cf7c94
commit 8b55419643
23 changed files with 343 additions and 284 deletions

View File

@@ -9,7 +9,7 @@ platform:
steps:
- name: 测试服-构建部署
pull: if-not-exists
image: node:22-alpine
image: node:24-alpine
when:
branch:
- test
@@ -22,7 +22,7 @@ steps:
- name: 正式服-构建部署
pull: if-not-exists
image: node:22-alpine
image: node:24-alpine
when:
branch:
- master
@@ -33,6 +33,19 @@ steps:
- pnpm build:weapp:prod:upload
- rm -rf dist.tar
- name: 备用服-构建部署
pull: if-not-exists
image: node:24-alpine
when:
branch:
- master
commands:
- npm install -g pnpm
- pnpm config set registry https://registry.npmmirror.com/
- pnpm install
- pnpm build:weapp:reserve:upload
- rm -rf dist.tar
- name: 企业微信通知
pull: if-not-exists
image: plugins/webhook