Skip to content

Set node version in GH actions #123

Set node version in GH actions

Set node version in GH actions #123

Triggered via push September 6, 2024 19:48
Status Failure
Total duration 44s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/main/lib/main-store.ts#L16
Property 'get' does not exist on type 'ElectronStore<StoreSchema>'.
build: src/main/lib/main-store.ts#L20
Property 'set' does not exist on type 'ElectronStore<StoreSchema>'.
build: src/main/lib/main-store.ts#L24
Property 'get' does not exist on type 'ElectronStore<StoreSchema>'.
build: src/main/lib/main-store.ts#L28
Property 'set' does not exist on type 'ElectronStore<StoreSchema>'.
build: src/renderer/lib/config-middleware.ts#L5
Type '(action: AppReduxAction) => void' is not assignable to type '(action: unknown) => unknown'.
build: src/renderer/lib/electron-middleware.ts#L17
Type '(action: AppReduxAction) => void' is not assignable to type '(action: unknown) => unknown'.
build: src/renderer/lib/github-middleware.ts#L13
Type '(action: AppReduxAction) => void' is not assignable to type '(action: unknown) => unknown'.
build: src/renderer/lib/gitnews-fetcher.ts#L34
Type '(action: AppReduxAction) => unknown' is not assignable to type '(action: unknown) => unknown'.
build: src/renderer/lib/gitnews-fetcher.ts#L53
Argument of type '(action: unknown) => unknown' is not assignable to parameter of type 'Dispatch<AppReduxAction>'.
build: src/renderer/lib/gitnews-fetcher.ts#L64
Argument of type '(action: unknown) => unknown' is not assignable to parameter of type 'Dispatch<AppReduxAction>'.
build
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/