Skip to content

feat: ssr, ssg, csr #462

feat: ssr, ssg, csr

feat: ssr, ssg, csr #462

Triggered via push February 16, 2024 15:47
Status Failure
Total duration 57s
Artifacts
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Test on NodeJS v14.x: lib/buildtime/plugins/exporter/exporter.js#L1
Property 'default' does not exist on type 'string | { [x: string]: string; }'.
Test on NodeJS v14.x: lib/buildtime/plugins/metaFromFile/metaFromFile.js#L1
Property 'fetch' is missing in type 'MetaContext' but required in type '{ instance: RoutifyBuildtime; node: RNodeBuildtime; options: Partial<Partial<RoutifyBuildtimeOptions>>; fetch: (url: RequestInfo, init?: RequestInit) => Promise<...>; tempPath: string; }'.
Test on NodeJS v14.x: lib/buildtime/plugins/metaFromFile/metaFromFile.js#L1
Argument of type '{ instance: RoutifyBuildtime; node: RNodeBuildtime; options: Partial<Partial<RoutifyBuildtimeOptions>>; fetch: (url: RequestInfo, init?: RequestInit) => Promise<...>; tempPath: string; }' is not assignable to parameter of type 'MetaContext & { [x: string]: any; }'.
Test on NodeJS v14.x: lib/buildtime/plugins/namedModule/spec/namedModule.test.js#L1
Argument of type '{ file: { name: string; }; meta: {}; }' is not assignable to parameter of type 'RNodeBuildtime'.
Test on NodeJS v14.x: lib/buildtime/plugins/namedModule/spec/namedModule.test.js#L1
Argument of type '{ file: { name: string; }; meta: {}; }' is not assignable to parameter of type 'RNodeBuildtime'.
Test on NodeJS v14.x: lib/common/spec/RNode.spec.js#L1
Type 'RNodeBuildtime | RNodeRuntime' is not assignable to type 'RNodeRuntime'.
Test on NodeJS v14.x: lib/common/spec/RNode.spec.js#L1
Type 'RNodeBuildtime | RNodeRuntime' is not assignable to type 'RNodeRuntime'.
Test on NodeJS v14.x: lib/common/spec/helpers.spec.js#L1
Argument of type '{ name: string; parent: { name: string; parent: { name: string; parent: { name: string; parent: { name: string; }; }; }; }; }' is not assignable to parameter of type 'RNodeRuntime'.
Test on NodeJS v14.x: lib/common/spec/helpers.spec.js#L1
Argument of type '{ name: string; parent: { name: string; parent: { name: string; parent: { name: string; parent: { name: string; }; }; }; }; }' is not assignable to parameter of type 'RNodeRuntime'.
Test on NodeJS v14.x: lib/common/spec/utils.spec.js#L1
Type 'RNodeBuildtime | RNodeRuntime' is not assignable to type 'RNodeBuildtime'.
Test on NodeJS v14.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test on NodeJS v14.x
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/