Skip to content

feat: improved ui

feat: improved ui #16

Triggered via push April 1, 2026 00:57
Status Failure
Total duration 27s
Artifacts

ci.yml

on: push
Frontend — Lint & Build
22s
Frontend — Lint & Build
Backend — Lint & Test
24s
Backend — Lint & Test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
Frontend — Lint & Build
Process completed with exit code 1.
Backend — Lint & Test
Process completed with exit code 1.
src/lib/request-schemas.test.js > registerMerchantZodSchema > accepts and passes through a metadata blob: backend/src/lib/request-schemas.test.js#L249
ZodError: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "password" ], "message": "password is required" } ] ❯ Object.get error [as error] node_modules/zod/v3/types.js:39:31 ❯ ZodObject.parse node_modules/zod/v3/types.js:114:22 ❯ src/lib/request-schemas.test.js:249:46 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'password' ], message: 'password is required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'password' ], message: 'password is required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { password: [ 'password is required' ] } } }
src/lib/request-schemas.test.js > registerMerchantZodSchema > parses and normalizes a valid merchant registration request: backend/src/lib/request-schemas.test.js#L216
ZodError: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "password" ], "message": "password is required" } ] ❯ Object.get error [as error] node_modules/zod/v3/types.js:39:31 ❯ ZodObject.parse node_modules/zod/v3/types.js:114:22 ❯ src/lib/request-schemas.test.js:216:46 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'password' ], message: 'password is required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'password' ], message: 'password is required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { password: [ 'password is required' ] } } }
Frontend — Lint & Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Backend — Lint & Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/