Skip to content

Multiline Search Support: line breaks \n #2052

Multiline Search Support: line breaks \n

Multiline Search Support: line breaks \n #2052

Re-run triggered November 25, 2024 11:53
Status Failure
Total duration 1m 3s
Artifacts

nodejs.yml

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

Annotations

7 errors and 3 warnings
build (16.x): src/search.js#L1
Property 'endRow' does not exist on type 'true | { startRow: number; startCol: any; endRow: number; endCol: any; }'.
build (16.x): src/search.js#L1
Property 'endRow' does not exist on type 'true | { startRow: number; startCol: any; endRow: number; endCol: any; }'.
build (16.x): src/search.js#L1
Property 'startRow' does not exist on type 'true | { startRow: number; startCol: any; endRow: number; endCol: any; }'.
build (16.x): src/search.js#L1
Property 'startCol' does not exist on type 'true | { startRow: number; startCol: any; endRow: number; endCol: any; }'.
build (16.x): src/search.js#L1
Property 'endRow' does not exist on type 'true | { startRow: number; startCol: any; endRow: number; endCol: any; }'.
build (16.x): src/search.js#L1
Property 'endCol' does not exist on type 'true | { startRow: number; startCol: any; endRow: number; endCol: any; }'.
build (16.x)
Process completed with exit code 2.
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (16.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (16.x): src/search_test.js#L687
'session' is assigned a value but never used