Skip to content

fix: stringify json object bodies for web api request compatibility #14

fix: stringify json object bodies for web api request compatibility

fix: stringify json object bodies for web api request compatibility #14

Triggered via push October 30, 2024 01:48
Status Failure
Total duration 5m 51s
Artifacts

pull-request.yml

on: push
Matrix: simple-checks
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
formatting
//#prettier__check: command (/home/runner/work/next-on-fleek/next-on-fleek/) /opt/hostedtoolcache/node/20.10.0/x64/bin/npm run prettier__check exited (1)
formatting
Process completed with exit code 1.
type checking
The job was canceled because "formatting_prettier_check" failed.
type checking
@fleek-platform/next-on-fleek#types-check: command (/home/runner/work/next-on-fleek/next-on-fleek/packages/next-on-fleek) /opt/hostedtoolcache/node/20.10.0/x64/bin/npm run types-check exited (1)
type checking
Expected 0 arguments, but got 1.
type checking
Expected 0 arguments, but got 1.
type checking
Expected 0 arguments, but got 1.
type checking
Expected 0 arguments, but got 1.
type checking
Expected 0 arguments, but got 1.
type checking
Type '{ cids: { rootCid: string; cidMap: {}; }; vercelConfig: { version: 3; routes: { none: ({ src: string; dest: string; } | { src: string; middlewarePath: string; })[]; filesystem: { src: string; dest: string; }[]; miss: { ...; }[]; rewrite: never[]; resource: never[]; hit: never[]; error: never[]; }; }; vercelOutput: M...' is not assignable to type 'ProcessedVercelOutput'.
type checking
Type '{ cids: { rootCid: string; cidMap: {}; }; vercelConfig: { version: 3; routes: { none: never[]; filesystem: never[]; miss: never[]; rewrite: never[]; resource: never[]; hit: never[]; error: never[]; }; overrides: { '404.html': { ...; }; '500.html': { ...; }; 'index.html': { ...; }; }; }; vercelOutput: Map<...>; }' is not assignable to type 'ProcessedVercelOutput'.
type checking
Type '{ cids: { rootCid: string; cidMap: {}; }; vercelConfig: { version: 3; routes: { none: never[]; filesystem: never[]; miss: never[]; rewrite: never[]; resource: never[]; hit: never[]; error: never[]; }; overrides: { '404.html': { ...; }; '500.html': { ...; }; 'index.html': { ...; }; }; }; vercelOutput: Map<...>; }' is not assignable to type 'ProcessedVercelOutput'.
type checking
Process completed with exit code 1.
building
The job was canceled because "formatting_prettier_check" failed.
unit testing
The job was canceled because "formatting_prettier_check" failed.
unit testing
@fleek-platform/next-on-fleek#test:unit: command (/home/runner/work/next-on-fleek/next-on-fleek/packages/next-on-fleek) /opt/hostedtoolcache/node/20.10.0/x64/bin/npm run test:unit exited (1)
unit testing
The operation was canceled.
linting
The job was canceled because "formatting_prettier_check" failed.
linting
@fleek-platform/next-on-fleek#lint: command (/home/runner/work/next-on-fleek/next-on-fleek/packages/next-on-fleek) /opt/hostedtoolcache/node/20.10.0/x64/bin/npm run lint exited (1)
linting
The operation was canceled.
formatting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/