fix(learning): harden validators against false passes on network and … #164
ci.yml
on: push
build-and-test
38s
frontend-build-and-test
45s
Annotations
8 warnings
|
build-and-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
frontend-build-and-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
frontend-build-and-test:
frontend/src/shared/types/index.ts#L36
Unexpected any. Specify a different type
|
|
frontend-build-and-test:
frontend/src/shared/components/InputModal.tsx#L55
Unexpected any. Specify a different type
|
|
frontend-build-and-test:
frontend/src/features/nodes/AsgNode/AsgModal.tsx#L388
Unexpected any. Specify a different type
|
|
frontend-build-and-test:
frontend/src/features/nodes/AsgNode/AsgModal.tsx#L11
Unexpected any. Specify a different type
|
|
frontend-build-and-test:
frontend/src/features/learning/components/RoadmapPlayer.tsx#L176
Unexpected any. Specify a different type
|
|
frontend-build-and-test:
frontend/src/features/learning/components/InstructionMarkdown.tsx#L11
Fast refresh only works when a file only exports components. Move your component(s) to a separate file. If all exports are HOCs, add them to the `extraHOCs` option
|