Skip to content

feat(followers): implement CRDT-based follower count to eliminate los… #755

feat(followers): implement CRDT-based follower count to eliminate los…

feat(followers): implement CRDT-based follower count to eliminate los… #755

Triggered via pull request August 29, 2026 00:27
Status Failure
Total duration 36s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
verify: src/modules/admin/key-sync.integration.test.ts#L60
Cannot find name 'creatorId'. Did you mean 'creator'?
verify: src/modules/admin/key-sync.integration.test.ts#L50
Object literal may only specify known properties, and 'price' does not exist in type '(Without<CreatorPriceSnapshotCreateInput, CreatorPriceSnapshotUncheckedCreateInput> & CreatorPriceSnapshotUncheckedCreateInput) | (Without<...> & CreatorPriceSnapshotCreateInput)'.
verify: src/modules/admin/key-sync.integration.test.ts#L49
Cannot find name 'creatorId'. Did you mean 'creator'?
verify: src/modules/admin/key-sync.integration.test.ts#L28
Type '{ email: string; stellarWallet: { create: { address: string; }; }; }' is not assignable to type 'Exact<(Without<UserCreateInput, UserUncheckedCreateInput> & UserUncheckedCreateInput) | (Without<...> & UserCreateInput), (Without<...> & UserUncheckedCreateInput) | (Without<...> & UserCreateInput)>'.
verify: src/modules/admin/key-sync.integration.test.ts#L3
Cannot find module '../../utils/server.utils' or its corresponding type declarations.
verify: src/modules/admin/key-sync.integration.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
verify: src/modules/admin/audit-log.integration.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
verify: src/modules/admin/audit-log-endpoint.integration.test.ts#L3
Cannot find module '../../utils/server.utils' or its corresponding type declarations.
verify: src/modules/admin/audit-log-endpoint.integration.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
verify: src/middlewares/jwt.middleware.ts#L75
Property 'JWT_EXPIRES_IN' does not exist on type '{ PORT: number; MODE: "development" | "production" | "test"; DATABASE_URL: string; NODE_ID: string; GMAIL_USER: string; GMAIL_APP_PASSWORD: string; GOOGLE_CLIENT_ID: string; GOOGLE_CLIENT_SECRET: string; ... 58 more ...; HORIZON_WEBHOOK_SECRET?: string | undefined; }'.
verify
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/