Skip to content

fix: stabilize tied creator sorting and share seed helper #643

fix: stabilize tied creator sorting and share seed helper

fix: stabilize tied creator sorting and share seed helper #643

Triggered via pull request July 29, 2026 18:33
Status Failure
Total duration 37s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
verify
Process completed with exit code 2.
verify: src/modules/wallets/__tests__/wallet-holdings-multiple-snapshots.integration.test.ts#L87
Argument of type 'DynamicClientExtensionThis<TypeMap<InternalArgs & { result: {}; model: {}; query: {}; client: {}; }, {}>, TypeMapCb<{ log: ("error" | "warn" | "query")[]; datasourceUrl: string; }>, { ...; }>' is not assignable to parameter of type 'CreatorMarketSeedPrisma'.
verify: src/modules/wallets/__tests__/wallet-holdings-multiple-snapshots.integration.test.ts#L76
Argument of type 'DynamicClientExtensionThis<TypeMap<InternalArgs & { result: {}; model: {}; query: {}; client: {}; }, {}>, TypeMapCb<{ log: ("error" | "warn" | "query")[]; datasourceUrl: string; }>, { ...; }>' is not assignable to parameter of type 'CreatorMarketSeedPrisma'.
verify: src/modules/wallets/__tests__/wallet-holdings-multiple-snapshots.integration.test.ts#L63
Argument of type 'DynamicClientExtensionThis<TypeMap<InternalArgs & { result: {}; model: {}; query: {}; client: {}; }, {}>, TypeMapCb<{ log: ("error" | "warn" | "query")[]; datasourceUrl: string; }>, { ...; }>' is not assignable to parameter of type 'CreatorMarketSeedPrisma'.
verify: src/modules/wallets/__tests__/wallet-holdings-multiple-snapshots.integration.test.ts#L33
Argument of type 'DynamicClientExtensionThis<TypeMap<InternalArgs & { result: {}; model: {}; query: {}; client: {}; }, {}>, TypeMapCb<{ log: ("error" | "warn" | "query")[]; datasourceUrl: string; }>, { ...; }>' is not assignable to parameter of type 'CreatorMarketSeedPrisma'.
verify: src/modules/creators/creator-list-price-sort-stability.integration.test.ts#L26
Argument of type 'DynamicClientExtensionThis<TypeMap<InternalArgs & { result: {}; model: {}; query: {}; client: {}; }, {}>, TypeMapCb<{ log: ("error" | "warn" | "query")[]; datasourceUrl: string; }>, { ...; }>' is not assignable to parameter of type 'CreatorMarketSeedPrisma'.
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/