do not merge [dev test] #424
Annotations
2 errors and 1 warning
src/__tests__/public/validate-json.test.ts > koel.json > should have valid json according to script schema:
frontend/node_modules/zod/lib/index.mjs#L587
ZodError: [
{
"code": "invalid_type",
"expected": "string",
"received": "number",
"path": [
"install_methods",
0,
"resources",
"version"
],
"message": "Expected string, received number"
}
]
❯ Object.get error [as error] node_modules/zod/lib/index.mjs:587:31
❯ ZodObject.parse node_modules/zod/lib/index.mjs:692:22
❯ src/__tests__/public/validate-json.test.ts:24:18
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'number', path: [ 'install_methods', +0, 'resources', 'version' ], message: 'Expected string, received number' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'number', path: [ 'install_methods', +0, 'resources', 'version' ], message: 'Expected string, received number' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { install_methods: [ 'Expected string, received number' ] } } }
|
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|