Skip to content

Commit 143b475

Browse files
authoredJun 17, 2024··
chore: Made elastic versioned tests work on Node 16 (#2284)
1 parent d44661e commit 143b475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/versioned/elastic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"node": "16"
2626
},
2727
"dependencies": {
28-
"@elastic/elasticsearch": ">=7.16.0",
28+
"@elastic/elasticsearch": ">=7.16.0 <=8.13.1",
2929
"@elastic/transport": "8.4.1"
3030
},
3131
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.