Skip to content

Add optional props.rows to <InputText> #367

Add optional props.rows to <InputText>

Add optional props.rows to <InputText> #367

Triggered via push November 19, 2024 23:11
Status Success
Total duration 3m 2s
Artifacts

node.js.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build (18.x)
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/
build (18.x): packages/input-text/src/InputText.tsx#L218
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
build (20.x)
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/
build (20.x): packages/input-text/src/InputText.tsx#L218
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator