Fix TS errors in middleware #125
Annotations
6 errors and 1 warning
src/main/lib/main-store.ts#L16
Property 'get' does not exist on type 'ElectronStore<StoreSchema>'.
|
src/main/lib/main-store.ts#L20
Property 'set' does not exist on type 'ElectronStore<StoreSchema>'.
|
src/main/lib/main-store.ts#L24
Property 'get' does not exist on type 'ElectronStore<StoreSchema>'.
|
src/main/lib/main-store.ts#L28
Property 'set' does not exist on type 'ElectronStore<StoreSchema>'.
|
src/renderer/lib/updates.ts#L1
Could not find a declaration file for module 'semver'. '/home/runner/work/gitnews-menubar/gitnews-menubar/node_modules/semver/index.js' implicitly has an 'any' type.
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading