Skip to content

socials fix #96

socials fix #96 #272

Triggered via push January 31, 2024 08:42
Status Failure
Total duration 50s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 7 warnings
Analyze (Check Deadcode, pnpm deadcode)
Process completed with exit code 1.
Analyze (Check Types, pnpm ts:check)
Cannot find module 'next/router' or its corresponding type declarations.
Analyze (Check Types, pnpm ts:check)
Cannot find module 'next/router' or its corresponding type declarations.
Analyze (Check Types, pnpm ts:check)
Cannot find module 'next/script' or its corresponding type declarations.
Analyze (Check Types, pnpm ts:check)
Cannot find module 'zod' or its corresponding type declarations.
Analyze (Check Types, pnpm ts:check)
Parameter 'page' implicitly has an 'any' type.
Analyze (Check Types, pnpm ts:check)
common#ts:check: command (/home/runner/work/corehalla/corehalla/packages/common) /home/runner/setup-pnpm/node_modules/.bin/pnpm run ts:check exited (1)
Analyze (Check Types, pnpm ts:check)
Process completed with exit code 1.
Analyze (Check Deadcode, pnpm deadcode)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (Check Deadcode, pnpm deadcode)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (Check Types, pnpm ts:check)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (Check Types, pnpm ts:check)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (Check Lint, pnpm ci:lint)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (Check Lint, pnpm ci:lint)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (Check Lint, pnpm ci:lint): packages/common/hooks/useLocalStorageState.ts#L50
React Hook useEffect has a missing dependency: 'initialValue'. Either include it or remove the dependency array. If 'setStoredValue' needs the current value of 'initialValue', you can also switch to useReducer instead of useState and read 'initialValue' in the reducer