ci: replace broken workflows with a working build/test/lint pipeline #2
Annotations
2 errors and 13 warnings
|
Lint
Process completed with exit code 1.
|
|
Lint:
packages/coreui-react/src/components/table/types.ts#L20
Unexpected any. Specify a different type
|
|
Lint
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 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
|
|
Lint:
packages/coreui-react/src/components/form/CFormCheck.tsx#L114
React Hook useEffect has an unnecessary dependency: 'inputRef.current'. Either exclude it or remove the dependency array. Mutable values like 'inputRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
|
Lint:
packages/coreui-react/src/components/dropdown/CDropdown.tsx#L296
React Hook useEffect has a missing dependency: 'handleKeydown'. Either include it or remove the dependency array
|
|
Lint:
packages/coreui-react/src/components/dropdown/CDropdown.tsx#L289
React Hook useEffect has missing dependencies: '_visible', 'allowPopperUse', 'computedPopperConfig', and 'initPopper'. Either include them or remove the dependency array
|
|
Lint:
packages/coreui-react/src/components/dropdown/CDropdown.tsx#L277
React Hook useEffect has missing dependencies: '_visible', 'handleHide', and 'handleShow'. Either include them or remove the dependency array
|
|
Lint:
packages/coreui-react/src/components/carousel/CCarouselItem.tsx#L96
React Hook useEffect has a missing dependency: 'setAnimating'. Either include it or remove the dependency array
|
|
Lint:
packages/coreui-react/src/components/carousel/CCarouselItem.tsx#L64
React Hook useEffect has missing dependencies: 'count', 'direction', 'interval', and 'setCustomInterval'. Either include them or remove the dependency array. You can also do a functional update 'setCount(c => ...)' if you only need 'count' in the 'setCount' call
|
|
Lint:
packages/coreui-react/src/components/carousel/CCarousel.tsx#L136
React Hook useEffect has a missing dependency: 'clearCycleTimeout'. Either include it or remove the dependency array
|
|
Lint:
packages/coreui-react/src/components/carousel/CCarousel.tsx#L124
React Hook useEffect has missing dependencies: 'active', 'cycle', 'direction', 'onSlid', and 'onSlide'. Either include them or remove the dependency array. If 'onSlide' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Lint:
packages/coreui-react/src/components/carousel/CCarousel.tsx#L115
React Hook useEffect has a missing dependency: 'cycle'. Either include it or remove the dependency array
|
|
Lint:
packages/coreui-react/src/components/accordion/CAccordionItem.tsx#L44
React Hook useEffect has missing dependencies: 'alwaysOpen' and 'setActiveKey'. Either include them or remove the dependency array
|
|
Build & test (Node 22.x)
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 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
|
|
Build & test (Node 20.x)
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 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
|