Skip to content

v0.2.1

v0.2.1 #2

Triggered via release September 15, 2023 11:18
@tareq1988tareq1988
created 0.2.1
Status Failure
Total duration 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

npm.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build: src/Components/Modal/ConfirmModal.tsx#L32
Property 'className' is missing in type '{ children: string; }' but required in type '{ className: string; }'.
build: src/Components/Modal/ConfirmModal.tsx#L33
Property 'className' is missing in type '{ children: Element; }' but required in type '{ className: string; }'.
build: src/Components/Modal/ConfirmModal.tsx#L37
Property 'className' is missing in type '{ children: Element[]; }' but required in type '{ className: string; }'.
build: src/Components/Modal/Modal.stories.tsx#L26
Property 'className' is missing in type '{ children: string; }' but required in type '{ className: string; }'.
build: src/Components/Modal/Modal.stories.tsx#L27
Property 'className' is missing in type '{ children: Element; }' but required in type '{ className: string; }'.
build: src/Components/Modal/Modal.stories.tsx#L34
Property 'className' is missing in type '{ children: Element[]; }' but required in type '{ className: string; }'.
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/