[Github Action]修复项目CI脚本构建失败问题

1.更改构建包管理工具为yarn
2.由于缓存的需要添加yarn.lock文件
3.删除没有用到的依赖javax.xml.bind.Element

更新core-js版本至最新后,前后端都能编译成功
This commit is contained in:
zhouzichun
2022-02-26 17:07:27 +08:00
parent e52d7d33be
commit 41cdc951e1
5 changed files with 10218 additions and 10353 deletions

View File

@ -20,4 +20,3 @@ selenium-debug.log
*.local
package-lock.json
yarn.lock

File diff suppressed because it is too large Load Diff

10214
yudao-ui-admin/yarn.lock Normal file

File diff suppressed because it is too large Load Diff