Skip to content

V2.0.0

V2.0.0 #10

Triggered via pull request August 26, 2024 20:16
Status Failure
Total duration 32s
Artifacts

ci.yml

on: pull_request
Build and Test
22s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Build and Test: src/index.ts#L35
This expression is not callable.
Build and Test: src/operations.ts#L1
Module '"algoliasearch"' has no exported member 'SearchIndex'.
Build and Test: src/operations.ts#L61
Property 'initIndex' does not exist on type '{ transporter: Transporter; appId: string; clearCache(): Promise<void>; readonly _ua: string; addAlgoliaAgent(segment: string, version?: string | undefined): void; ... 74 more ...; updateApiKey({ key, apiKey }: UpdateApiKeyProps, requestOptions?: RequestOptions | undefined): Promise<...>; }'.
Build and Test: src/settings.ts#L1
Module '"@algolia/client-search"' has no exported member 'Settings'.
Build and Test: src/settings.ts#L42
Property 'initIndex' does not exist on type '{ transporter: Transporter; appId: string; clearCache(): Promise<void>; readonly _ua: string; addAlgoliaAgent(segment: string, version?: string | undefined): void; ... 74 more ...; updateApiKey({ key, apiKey }: UpdateApiKeyProps, requestOptions?: RequestOptions | undefined): Promise<...>; }'.
Build and Test: src/syncronize.ts#L53
Property 'initIndex' does not exist on type '{ transporter: Transporter; appId: string; clearCache(): Promise<void>; readonly _ua: string; addAlgoliaAgent(segment: string, version?: string | undefined): void; ... 74 more ...; updateApiKey({ key, apiKey }: UpdateApiKeyProps, requestOptions?: RequestOptions | undefined): Promise<...>; }'.
Build and Test
Process completed with exit code 2.
Build and Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/