Skip to content

Route requests more like a normal web server #4356

Route requests more like a normal web server

Route requests more like a normal web server #4356

Triggered via pull request June 24, 2024 19:00
Status Failure
Total duration 2m 0s
Artifacts

ci.yml

on: pull_request
Lint and typecheck
1m 47s
Lint and typecheck
Deploy doc site
0s
Deploy doc site
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
Lint and typecheck: packages/php-wasm/node/src/test/php-request-handler.spec.ts#L127
Property 'addRemoteAssetPaths' does not exist on type 'PHPRequestHandler'.
Lint and typecheck
Process completed with exit code 1.
Lint and typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint and typecheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint and typecheck: packages/playground/website/src/main.tsx#L191
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
Lint and typecheck: packages/playground/website/src/main.tsx#L205
React Hook useEffect has an unnecessary dependency: 'blueprint.steps'. Either exclude it or remove the dependency array. Outer scope values like 'blueprint.steps' aren't valid dependencies because mutating them doesn't re-render the component