Skip to content

feat: add the shell components #15

feat: add the shell components

feat: add the shell components #15

Triggered via pull request September 4, 2024 02:26
Status Failure
Total duration 4m 22s
Artifacts

ci-check.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Run Test on Node 16
Type '{ placeholder: string; size: "small"; total: number; onChange: (str: string) => void; onSearchNext: (str: any) => void; onSearchPrev: (str: any) => void; }' is not assignable to type 'IntrinsicAttributes & Omit<InputProps, "onChange"> & { onChange: (value: string) => void; debounceWait?: number | undefined; } & { children?: ReactNode; }'.
Run Test on Node 16
Parameter 'str' implicitly has an 'any' type.
Run Test on Node 16
Parameter 'str' implicitly has an 'any' type.
Run Test on Node 16
Process completed with exit code 1.
Run Test on Node 16
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/