ci: Fix Vue build issues (#3650)

* lock vue versions to patch. Not use docker cache in nightly builds

* revert to using npm install
This commit is contained in:
Ahsan Virani
2022-07-04 13:56:52 +02:00
committed by GitHub
parent 07b6cffdba
commit 0af3ccf35f
5 changed files with 7 additions and 6 deletions

View File

@@ -83,11 +83,11 @@
"vite": "2.9.5",
"vite-plugin-vue2": "1.9.3",
"vitest": "0.9.3",
"vue": "^2.6.11",
"vue": "~2.6.11",
"vue-class-component": "^7.2.3",
"vue-loader": "^15.9.7",
"vue-property-decorator": "^9.1.2",
"vue-template-compiler": "^2.6.11",
"vue-template-compiler": "~2.6.11",
"vue-typed-mixins": "^0.2.0",
"vue2-boring-avatars": "0.3.4",
"vue-tsc": "0.34.8",