Skip to content

add currentversioninfo #177

add currentversioninfo

add currentversioninfo #177

Triggered via push September 15, 2025 15:46
Status Failure
Total duration 1m 1s
Artifacts

lint.yml

on: push
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint (20.x)
Process completed with exit code 2.
lint (20.x): src/context.ts#L50
Argument of type '{ checkUpdate: () => Promise<void>; switchVersion: () => Promise<void>; switchVersionLater: () => Promise<void>; markSuccess: () => void; dismissError: () => void; downloadUpdate: () => Promise<void>; ... 5 more ...; packageVersion: string; }' is not assignable to parameter of type '{ checkUpdate: () => Promise<void | CheckResult>; switchVersion: () => Promise<void>; switchVersionLater: () => Promise<void>; markSuccess: () => void; ... 12 more ...; lastError?: Error | undefined; }'.