Skip to content

Bump next from 12.1.7-canary.5 to 13.5.6 #355

Bump next from 12.1.7-canary.5 to 13.5.6

Bump next from 12.1.7-canary.5 to 13.5.6 #355

Triggered via pull request October 25, 2023 05:05
Status Failure
Total duration 2m 35s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
build
Process completed with exit code 1.
test: src/components/Image/Image.tsx#L31
Type '{ slot?: string; title?: string; color?: string; translate?: "yes" | "no"; key?: Key; referrerPolicy?: HTMLAttributeReferrerPolicy; defaultChecked?: boolean; ... 266 more ...; blurDataURL?: never; } | { ...; } | { ...; } | { ...; }' is not assignable to type 'IntrinsicAttributes & Omit<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "height" | ... 5 more ... | "loading"> & { ...; } & RefAttributes<...>'.
test
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test: src/js/cookie.ts#L7
Caution: `cookie` also has a named export `parse`. Check if you meant to write `import {parse} from 'cookie'` instead
test: src/js/cookie.ts#L34
Caution: `cookie` also has a named export `serialize`. Check if you meant to write `import {serialize} from 'cookie'` instead