Skip to content

Commit c454a7e

Browse files
authored
test: skip Elasticsearch tests on Node 20 (#1797)
1 parent f378c77 commit c454a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/versioned/elastic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tests": [
66
{
77
"engines": {
8-
"node": ">=16"
8+
"node": ">=16 <20"
99
},
1010
"dependencies": {
1111
"@elastic/elasticsearch": ">=8"

0 commit comments

Comments
 (0)