Skip to content

fix(luna): make input type optional #19

fix(luna): make input type optional

fix(luna): make input type optional #19

Triggered via push August 7, 2024 12:00
Status Failure
Total duration 1m 7s
Artifacts

staging.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build
The type 'readonly [{ readonly label: "الاختيار الاول"; readonly value: "1"; }, { readonly label: "الاختيار الثاني"; readonly value: "2"; }, { readonly label: "الاختيار الثالث"; readonly value: "3"; }, { ...; }]' is 'readonly' and cannot be assigned to the mutable type '{ label: string; value: string; }[]'.
build
The type 'readonly [{ readonly label: "الاختيار الاول"; readonly value: "1"; }, { readonly label: "الاختيار الثاني"; readonly value: "2"; }, { readonly label: "الاختيار الثالث"; readonly value: "3"; }, { ...; }]' is 'readonly' and cannot be assigned to the mutable type '{ label: string; value: string; }[]'.
build
Process completed with exit code 2.
build
The following actions uses Node.js version which is deprecated 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/