ci: 更新所有依赖到最新版本测试
Some checks failed
CI/CD Pipeline / deploy (push) Has been skipped
CI/CD Pipeline / lint-build-and-typecheck (push) Successful in 3m51s
/ playwright (push) Failing after 4m27s

This commit is contained in:
严浩
2025-09-12 12:14:33 +08:00
parent 3b76e57df5
commit 5f6bdec168

View File

@@ -18,6 +18,8 @@ jobs:
uses: yanhao98/composite-actions/setup-node-environment@25eb4dc0c134cc9df2b7c569aa54140a366b45a8
# - name: 📥 安装 Playwright 浏览器
# run: pnpm exec playwright install --with-deps
- name: 🔄 更新依赖
run: pnpm update --latest
- name: 📦 构建项目
run: pnpm run build-only
- name: ▶️ 运行 Playwright 测试