chore: 更新依赖项版本,提升项目稳定性
This commit is contained in:
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user