chore: 更新依赖项版本,提升项目稳定性
Some checks failed
/ playwright (push) Successful in 1m27s
/ depcheck (push) Successful in 1m36s
/ build-and-deploy-to-vercel (push) Failing after 46s

This commit is contained in:
严浩
2024-12-15 00:41:52 +08:00
parent baa100d6ed
commit efc52343f2
3 changed files with 314 additions and 313 deletions

View File

@ -9,8 +9,9 @@ jobs:
steps:
- uses: yanhao98/composite-actions/setup-node-environment@main
- name: 静态代码分析
run: pnpm lint
- run: npx vue-tsc --build --force
run: pnpm run lint
# - run: npx vue-tsc --build --force
- run: pnpm run type-check
- name: 修改 .npmrc
run: |