Skip to content
Triggered via push February 8, 2024 13:19
Status Failure
Total duration 1m 25s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
build
Type instantiation is excessively deep and possibly infinite.
build
Type 'InputMask<FactoryArg>' is not assignable to type 'InputMask<Opts>'.
build
Excessive stack depth comparing types 'Opts | UnwrapRef<Opts>' and 'FactoryArg'.
build
Argument of type 'FactoryOpts | { mask: typeof MaskedDate; parent?: { mask: unknown; parent?: ... | undefined; prepare?: ((chars: string, masked: Masked<any>, flags: AppendFlags<MaskedState>) => string | [...]) | undefined; ... 45 more ...; typedValueEquals: (value: any) => boolean; } | undefined; ... 17 more ...; autofix?: boolean |...' is not assignable to parameter of type 'FactoryArg'.
build
Argument of type 'Opts | UnwrapRef<Opts>' is not assignable to parameter of type 'Partial<Opts extends Masked<any> ? UpdateInstanceOpts<Opts> : Opts extends string | RegExp | DateConstructor | NumberConstructor | ((value: string, masked: Masked<...>) => boolean) | DynamicMaskType | undefined ? UpdateStaticMaskOpts<...> : Opts extends FactoryStaticOpts ? UpdateStaticOpts<...> : Opts extends Factor...'.
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.