Skip to content

feat(csv-parse): add columns property in Info object type (#390) #174

feat(csv-parse): add columns property in Info object type (#390)

feat(csv-parse): add columns property in Info object type (#390) #174

Triggered via push May 26, 2023 08:56
Status Failure
Total duration 1m 42s
Artifacts

nodejs.yml

on: push
Matrix: test
Matrix: test_legacy
publish
0s
publish
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
test_legacy (14.x)
Property 'columns' is missing in type '{ comment_lines: number; empty_lines: number; lines: number; records: number; bytes: number; invalid_field_length: number; }' but required in type 'Info'.
test_legacy (14.x)
Process completed with exit code 1.
test (18.x)
Property 'columns' is missing in type '{ comment_lines: number; empty_lines: number; lines: number; records: number; bytes: number; invalid_field_length: number; }' but required in type 'Info'.
test (18.x)
Process completed with exit code 1.
test (16.x)
Property 'columns' is missing in type '{ comment_lines: number; empty_lines: number; lines: number; records: number; bytes: number; invalid_field_length: number; }' but required in type 'Info'.
test (16.x)
The operation was canceled.
test_legacy (14.x)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
test (18.x)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
test (16.x)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.