Skip to content

fix: release

fix: release #64

Triggered via pull request August 1, 2024 00:50
Status Failure
Total duration 1m 13s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/calendar.stories.tsx#L540
React Hook React.useEffect has missing dependencies: 'dates' and 'values'. Either include them or remove the dependency array. You can also do a functional update 'setValues(v => ...)' if you only need 'values' in the 'setValues' call
build: src/calendar.stories.tsx#L559
React Hook React.useEffect has missing dependencies: 'dates', 'onClose', and 'values'. Either include them or remove the dependency array. You can also do a functional update 'setValues(v => ...)' if you only need 'values' in the 'setValues' call
build: src/calendar.test.tsx#L188
React Hook React.useEffect has missing dependencies: 'dates' and 'values'. Either include them or remove the dependency array. You can also do a functional update 'setValues(v => ...)' if you only need 'values' in the 'setValues' call
build: src/calendar.test.tsx#L207
React Hook React.useEffect has missing dependencies: 'dates', 'onClose', and 'values'. Either include them or remove the dependency array. You can also do a functional update 'setValues(v => ...)' if you only need 'values' in the 'setValues' call
build: src/useCalendar.ts#L74
React Hook React.useMemo has missing dependencies: 'locale' and 'weekStartsOn'. Either include them or remove the dependency array