Skip to content

refactor(p2p): 移除 FRP 第三层,与后端两层架构对齐 #2

refactor(p2p): 移除 FRP 第三层,与后端两层架构对齐

refactor(p2p): 移除 FRP 第三层,与后端两层架构对齐 #2

Triggered via push March 16, 2026 08:01
Status Failure
Total duration 41s
Artifacts

ci.yml

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

Annotations

10 errors and 1 warning
quality (22): packages/project-neko-components/__tests__/Button.test.tsx#L14
Property 'toHaveClass' does not exist on type 'Assertion<any>'.
quality (22): packages/project-neko-components/__tests__/Button.test.tsx#L13
Property 'toBeInTheDocument' does not exist on type 'Assertion<any>'.
quality (22): packages/project-neko-components/__tests__/Button.test.tsx#L4
Cannot find module '@testing-library/user-event' or its corresponding type declarations.
quality (22): packages/project-neko-components/__tests__/Button.test.tsx#L3
Cannot find module '@testing-library/react' or its corresponding type declarations.
quality (22): hooks/useChatMessages.ts#L236
Property 'new_catgirl' does not exist on type 'ServerMessage'.
quality (22): app/pcmstream-test.tsx#L8
Module '"react-native-pcm-stream"' has no exported member 'OnPlaybackStopEventPayload'. Did you mean to use 'import OnPlaybackStopEventPayload from "react-native-pcm-stream"' instead?
quality (22): app/pcmstream-test.tsx#L7
Module '"react-native-pcm-stream"' has no exported member 'OnPlaybackStartEventPayload'. Did you mean to use 'import OnPlaybackStartEventPayload from "react-native-pcm-stream"' instead?
quality (22): app/pcmstream-test.tsx#L6
Module '"react-native-pcm-stream"' has no exported member 'OnPlaybackProgressEventPayload'. Did you mean to use 'import OnPlaybackProgressEventPayload from "react-native-pcm-stream"' instead?
quality (22): app/explore.tsx#L62
'error' is of type 'unknown'.
quality (22): app/(tabs)/main.tsx#L435
Argument of type 'boolean | undefined' is not assignable to parameter of type 'boolean'.
quality (22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/