Skip to content

Use cloudflare worker to proxy api calls #21

Use cloudflare worker to proxy api calls

Use cloudflare worker to proxy api calls #21

Triggered via push July 12, 2024 03:37
Status Failure
Total duration 37s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build (16, ubuntu-latest): src/components/author-view/author-view.ts#L83
Type 'Timeout' is not assignable to type 'number'.
build (16, ubuntu-latest): src/components/recommender-view/recommender-view.ts#L835
Type 'Timeout' is not assignable to type 'number'.
build (16, ubuntu-latest): src/recrec-api/src/index.ts#L19
Parameter 'request' implicitly has an 'any' type.
build (16, ubuntu-latest): src/recrec-api/src/index.ts#L19
Parameter 'env' implicitly has an 'any' type.
build (16, ubuntu-latest): src/recrec-api/src/index.ts#L19
Parameter 'ctx' implicitly has an 'any' type.
build (16, ubuntu-latest): src/recrec-api/src/index.ts#L40
Cannot find name 'ExportedHandler'.
build (16, ubuntu-latest)
Process completed with exit code 2.
build (16, ubuntu-latest)
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/