Skip to content

feat: add User model #2343

feat: add User model

feat: add User model #2343

Triggered via pull request February 22, 2024 16:45
Status Failure
Total duration 1m 0s
Artifacts

main.yml

on: pull_request
build_lint_and_test
51s
build_lint_and_test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
build_lint_and_test: models/user/dist/declarations/src/mc-user/types.d.ts#L2
Cannot find module '../../../../graphql-types/src/generated/mc' or its corresponding type declarations.
build_lint_and_test: models/user/dist/declarations/src/user/types.d.ts#L2
Cannot find module '../../../../graphql-types/src/generated/core' or its corresponding type declarations.
build_lint_and_test: models/user/src/user/generator.ts#L16
Type '{ id: FakerGenerator; version: SequenceGenerator; email: FakerGenerator; lowercaseEmail: FakerGenerator; firstName: FakerGenerator; ... 7 more ...; lastLoginAt: FakerGenerator; }' is not assignable to type 'FieldsConfiguration<TUser>'.
build_lint_and_test
Process completed with exit code 1.
build_lint_and_test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.