2.1.1 #149
Annotations
2 errors and 1 warning
Build:
src/store/store.ts#L83
Type '(persistedState: unknown, version: number) => StoreState' is not assignable to type '(persistedState: unknown, version: number) => { chats: ChatInterface[] | undefined; currentChatIndex: number; apiAuth: EndpointAuth[]; modelDefs: ModelDefinition[]; ... 17 more ...; costOfDeleted: number; } | Promise<...>'.
|
Build
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading