Skip to content

fix: find & replace require with import #794

fix: find & replace require with import

fix: find & replace require with import #794

Triggered via push October 26, 2023 10:15
Status Failure
Total duration 1m 32s
Artifacts

integrate.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
ci_to_main: bot/start.ts#L1
Argument of type 'Telegram' is not assignable to parameter of type '{ getUpdates(args?: { offset?: number | undefined; limit?: number | undefined; timeout?: number | undefined; allowed_updates?: readonly string[] | undefined; } | undefined): Update[]; ... 82 more ...; getGameHighScores(args: { ...; }): GameHighScore[]; }'.
ci_to_main: bot/validations.ts#L1
Argument of type '(ICommunity & { _id: ObjectId; }) | null' is not assignable to parameter of type 'ICommunity'.
ci_to_main
Process completed with exit code 2.
ci_to_main
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/