Skip to content

Build and Test

Build and Test #10153

Triggered via pull request September 25, 2024 09:53
@17Amir1717Amir17
synchronize #1897
phase-2
Status Failure
Total duration 3m 24s
Billable time 3m
Artifacts

build-and-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Build-and-Test
Type '{ variant: "primary"; type: "number"; pattern: string; inputmode: string; value: string; onChange: (e: ChangeEvent<HTMLInputElement>) => void; autoFocus: true; placeholder: string; error: string | undefined; }' is not assignable to type 'IntrinsicAttributes & InputProps & RefAttributes<HTMLInputElement>'.
Build-and-Test
No overload matches this call.
Build-and-Test
passport-client#build: command (/home/runner/work/zupass/zupass/apps/passport-client) /tmp/yarn--1727258170575-0.9992271157955677/yarn run build exited (2)
Build-and-Test
Type '{ modalType: "settings"; } | { modalType: "add-password"; } | { modalType: "none"; }' is not assignable to type '{ modalType: "info"; } | { modalType: "settings"; } | { modalType: "upgrade-account-modal"; } | { modalType: "invalid-participant"; } | { modalType: "changed-password"; } | { modalType: "another-device-changed-password"; } | ... 5 more ... | { ...; }'.
Build-and-Test
Process completed with exit code 2.
Build-and-Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/