Skip to content

Merge branch 'dev' of github.com:koikiss-dev/jimov_api into dev #88

Merge branch 'dev' of github.com:koikiss-dev/jimov_api into dev

Merge branch 'dev' of github.com:koikiss-dev/jimov_api into dev #88

Triggered via push August 29, 2024 03:45
Status Failure
Total duration 27s
Artifacts

CI.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/scraper/sites/anime/gogoanime/Gogoanime.ts#L2
Module '"../../../../types/anime"' has no exported member 'Anime'.
build: src/scraper/sites/anime/gogoanime/assets/getAllAnimesHTML.ts#L1
Module '"@animetypes/anime"' has no exported member 'IAnime'.
build: src/scraper/sites/anime/zoro/Zoro.ts#L4
Module '"../../../../types/anime"' has no exported member 'Anime'.
build: src/scraper/sites/anime/zoro/Zoro.ts#L7
Module '"../../../../types/search"' has no exported member 'AnimeSearch'.
build: src/scraper/sites/anime/zoro/Zoro.ts#L9
Module '"../../../../types/search"' has no exported member 'IAnimeSearch'.
build: src/scraper/sites/doramas/dramanice/Dramanice.ts#L3
Module '"../../../../types/anime"' has no exported member 'Anime'.
build: src/scraper/sites/doramas/dramanice/Dramanice.ts#L6
Module '"../../../../types/search"' has no exported member 'AnimeSearch'.
build: src/scraper/sites/doramas/dramanice/Dramanice.ts#L9
Module '"../../../../types/search"' has no exported member 'IAnimeSearch'.
build: src/scraper/sites/doramas/dramanice/Dramanice.ts#L45
Type '{ name: any; number: string; image: string; url: string; }' is not assignable to type 'Episode'.
build: src/scraper/sites/doramas/dramanice/Dramanice.ts#L81
Type '{ name: any; url: string; number: string; image: string; servers: undefined[]; }' is not assignable to type 'Episode'.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/