Skip to content

Edit user profile

Edit user profile #920

Triggered via pull request August 20, 2024 01:29
Status Failure
Total duration 31s
Artifacts

test.yml

on: pull_request
run-tests
19s
run-tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
run-tests
Type 'Partial<{ id: string; email: string; permissions?: "is_admin"[] | null | undefined; created_at?: number | null | undefined; updated_at?: number | null | undefined; first_name?: string | null | undefined; last_name?: string | ... 1 more ... | undefined; name?: string | ... 1 more ... | undefined; bio?: string | ... 1...' is not assignable to type 'Record<string, never>'.
run-tests
Argument of type '{ id?: string | undefined; email?: string | undefined; permissions?: "is_admin"[] | null | undefined; created_at?: number | null | undefined; updated_at?: number | null | undefined; first_name?: string | ... 1 more ... | undefined; last_name?: string | ... 1 more ... | undefined; name?: string | ... 1 more ... | und...' is not assignable to parameter of type 'SetStateAction<{ id: string; email: string; permissions?: "is_admin"[] | null | undefined; created_at?: number | null | undefined; updated_at?: number | null | undefined; first_name?: string | null | undefined; last_name?: string | ... 1 more ... | undefined; name?: string | ... 1 more ... | undefined; bio?: string ...'.
run-tests
Process completed with exit code 2.
run-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/