Skip to content

2024-02-14 release #2488

2024-02-14 release

2024-02-14 release #2488

Triggered via pull request February 14, 2024 18:59
Status Success
Total duration 1m 59s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build (latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (latest): src/common/components/buttons/index.js#L5
Prefer default export
build (latest): src/common/components/errors/index.js#L5
Prefer default export
build (latest): src/common/constants/testing/index.js#L25
Prefer default export
build (latest): src/common/utils/testing/index.js#L5
Prefer default export
build (latest): src/containers/study/components/ChangeEnrollmentModal.js#L40
React Hook useEffect has a missing dependency: 'enrollmentStatus'. Either include it or remove the dependency array. If 'setAction' needs the current value of 'enrollmentStatus', you can also switch to useReducer instead of useState and read 'enrollmentStatus' in the reducer
build (latest): src/containers/study/components/ParticipantRow.js#L120
React Hook useMemo has a missing dependency: 'getRowData'. Either include it or remove the dependency array
build (latest): src/containers/survey/DailyAppUsageSurvey.js#L42
'date' is missing in props validation
build (latest): src/containers/survey/DailyAppUsageSurvey.js#L43
'participantId' is missing in props validation
build (latest): src/containers/survey/DailyAppUsageSurvey.js#L44
'studyId' is missing in props validation