Skip to content

rebuild

rebuild #181

Triggered via push October 15, 2024 03:32
Status Failure
Total duration 57s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: src/components/DraggablePanel/FloatMode.tsx#L158
Type '{ width?: string | number; height?: string | number; x: number; y: number; }' is not assignable to type '{ x: number; y: number; } & Size'.
test: src/components/IconAction.tsx#L30
Type 'ForwardedRef<HTMLElement>' is not assignable to type 'LegacyRef<HTMLButtonElement | HTMLAnchorElement> | undefined'.
test: src/features/FolderPanel/index.tsx#L39
Argument of type 'number | undefined' is not assignable to parameter of type 'SetStateAction<number>'.
test: src/helpers/prompt.ts#L7
Cannot find module 'langchain/prompts' or its corresponding type declarations.
test: src/pages/api/LangChainStream.ts#L3
Cannot find module 'langchain/chat_models/openai' or its corresponding type declarations.
test: src/pages/api/LangChainStream.ts#L9
Cannot find module 'langchain/prompts' or its corresponding type declarations.
test: src/pages/api/LangChainStream.ts#L50
Parameter 'token' implicitly has an 'any' type.
test: src/pages/api/OpenAIStream.ts#L2
Cannot find module 'langchain/chat_models/openai' or its corresponding type declarations.
test: src/pages/api/OpenAIStream.ts#L3
Cannot find module 'langchain/schema' or its corresponding type declarations.
test: src/pages/api/OpenAIStream.ts#L89
Parameter 'token' implicitly has an 'any' type.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/