Fix GitHub Actions build (#427)

* Fix server build

* Remove server drop-base submod

* Update lockfile

* Use debian images for build

* Fix pino errors, lint

* Fix macOS keychain lookup
This commit is contained in:
DecDuck 2026-06-21 10:37:54 +10:00 committed by GitHub
parent 062ddc0c24
commit 796abf478f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 135 additions and 139 deletions

View file

@ -7,7 +7,7 @@
"tauri": "tauri"
},
"dependencies": {
"pino": "^9.7.0",
"pino": "^9.14.0",
"pino-pretty": "^13.1.1",
"tauri": "^0.15.0"
},