Skip to content

feat: 시간투표기능 #115

feat: 시간투표기능

feat: 시간투표기능 #115

Triggered via pull request August 17, 2024 17:01
Status Failure
Total duration 44s
Artifacts

deploy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
cicd: src/components/time/calendar.tsx#L70
'a' is possibly 'null'.
cicd: src/components/time/calendar.tsx#L70
Property 'getTime' does not exist on type 'Date | [ValuePiece, ValuePiece]'.
cicd: src/components/time/calendar.tsx#L70
'b' is possibly 'null'.
cicd: src/components/time/calendar.tsx#L70
Property 'getTime' does not exist on type 'Date | [ValuePiece, ValuePiece]'.
cicd: src/components/time/calendar.tsx#L88
'a' is possibly 'null'.
cicd: src/components/time/calendar.tsx#L88
Property 'getTime' does not exist on type 'Date | [ValuePiece, ValuePiece]'.
cicd: src/components/time/calendar.tsx#L88
'b' is possibly 'null'.
cicd: src/components/time/calendar.tsx#L88
Property 'getTime' does not exist on type 'Date | [ValuePiece, ValuePiece]'.
cicd: src/components/time/calendar.tsx#L89
'date' is possibly 'null'.
cicd: src/components/time/calendar.tsx#L89
Property 'toISOString' does not exist on type 'Date | [ValuePiece, ValuePiece]'. Did you mean 'toString'?
cicd
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/