Skip to content

Merge pull request #173 from koikiss-dev/TokyoTF #85

Merge pull request #173 from koikiss-dev/TokyoTF

Merge pull request #173 from koikiss-dev/TokyoTF #85

Triggered via push July 24, 2024 02:57
Status Failure
Total duration 26s
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 uses Node.js version which is deprecated 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/