fix: change from Components folder to components #303
verify-app.yml
on: push
install_dependencies
13s
lint_code
18s
typescript_check
15s
cypress_component_tests
1m 0s
Annotations
7 errors and 8 warnings
typescript_check:
src/utils/DataFetching/Sorting/useChartDataForGender.ts#L3
Cannot find module '../../../dataSets/WhoStandardDataSets/ChartDataZscores' or its corresponding type declarations.
|
typescript_check:
src/utils/DataFetching/Sorting/useChartDataForGender.ts#L15
Property 'categoryMetadata' does not exist on type 'unknown'.
|
typescript_check:
src/utils/DataFetching/Sorting/useChartDataForGender.ts#L16
Property 'datasets' is missing in type '{}' but required in type '{ categoryMetadata?: { label: string; gender: string; }; datasets: { [key: string]: { datasetValues: { [key: string]: number; }[]; metadata: { chartLabel: string; yAxisLabel: string; xAxisLabel: string; range: { start: number; end: number; }; }; }; }; }'.
|
typescript_check
Process completed with exit code 2.
|
lint_code:
src/utils/DataFetching/Sorting/useChartDataForGender.ts#L3
Unable to resolve path to module '../../../dataSets/WhoStandardDataSets/ChartDataZscores'
|
lint_code
Process completed with exit code 1.
|
cypress_component_tests
Process completed with exit code 1.
|
install_dependencies
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/.
|
install_dependencies
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/
|
typescript_check
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/.
|
typescript_check
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_code
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_code
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/
|
cypress_component_tests
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/.
|
cypress_component_tests
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/
|