Skip to content

Commit

Permalink
update node ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Apr 3, 2024
1 parent 11538f2 commit bf34657
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/versioned/elastic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@
"node": ">=16"
},
"dependencies": {
"@elastic/elasticsearch": "7.13.0"
"@elastic/elasticsearch": "7.13.0",
"@elastic/transport": "8.4.1"
},
"files": [
"elasticsearchNoop.tap.js"
]
},
{
"engines": {
"node": ">=16"
"node": "16"
},
"dependencies": {
"@elastic/elasticsearch": ">=7.16.0",
Expand Down

0 comments on commit bf34657

Please sign in to comment.