Skip to content

Initialize supabase #19

Initialize supabase

Initialize supabase #19

Triggered via push January 16, 2024 06:15
Status Failure
Total duration 29s
Artifacts

gh_pages.yaml

on: push
build-and-deploy
20s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
build-and-deploy
Type 'SupabaseClient<Database, "public", { Tables: { Document: { Row: { content: string | null; createdAt: string; id: string; title: string | null; updatedAt: string | null; workspaceId: string; yorkieDocumentId: string | null; }; Insert: { ...; }; Update: { ...; }; Relationships: [...]; }; User: { ...; }; UserWorkspace:...' is not assignable to type 'WritableDraft<SupabaseClient<Database, "public", { Tables: { Document: { Row: { content: string | null; createdAt: string; id: string; title: string | null; updatedAt: string | null; workspaceId: string; yorkieDocumentId: string | null; }; Insert: { ...; }; Update: { ...; }; Relationships: [...]; }; User: { ...; }; ...'.
build-and-deploy
Process completed with exit code 2.
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/