File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 32
32
strategy :
33
33
fail-fast : false
34
34
matrix :
35
- node-version : [18.x, 20.x, 22.x, 23 .x]
35
+ node-version : [20.x, 22.x, 24 .x]
36
36
os : [ubuntu-latest, windows-latest, macOS-latest]
37
37
38
38
steps :
Original file line number Diff line number Diff line change @@ -407,7 +407,10 @@ export default class Client extends API {
407
407
productCheck : 'Elasticsearch' ,
408
408
maxResponseSize : options . maxResponseSize ,
409
409
maxCompressedResponseSize : options . maxCompressedResponseSize ,
410
- redaction : options . redaction
410
+ redaction : options . redaction ,
411
+ /* eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error */
412
+ // @ts -ignore enableMetaHeader will be available in transport v9.1.1
413
+ enableMetaHeader : options . enableMetaHeader
411
414
}
412
415
if ( options . serverMode !== 'serverless' ) {
413
416
transportOptions = Object . assign ( { } , transportOptions , {
You can’t perform that action at this time.
0 commit comments