mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-11 18:02:26 +03:00
fix: github actions (#224)
* fix: github actions * fix: node setup * fix: node setup cache * fix: node and npm * fix: pnpm workspace and .gititnore * fix: pnpm node setup * fix: github actions * fix: lock file * fix: workflow install after setup node * fix: lock file * fix: vue3 tests
This commit is contained in:
@@ -81,6 +81,18 @@
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"semver@>=7.0.0 <7.5.2": ">=7.5.2"
|
||||
},
|
||||
"packageExtensions": {
|
||||
"@testing-library/vue@7": {
|
||||
"dependencies": {
|
||||
"vue": "3.x"
|
||||
}
|
||||
},
|
||||
"@vue/test-utils@2": {
|
||||
"dependencies": {
|
||||
"vue": "3.x"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user