Skip to content

Commit

Permalink
test: update Node.js versions with which we test the esclient (#4110)
Browse files Browse the repository at this point in the history
esclient v8.11.0's min support Node.js is v18

Refs: elastic/elasticsearch-js#2055
  • Loading branch information
trentm committed Jul 2, 2024
1 parent 1cab9e7 commit 1e8580f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .tav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,19 @@ elasticsearch:
# "8.2.0" because they are stuck with stack version numbers. However,
# semver (and TAV) consider "-patch.N" to be a *prereleases*. This
# leads to some tortured "versions:" ranges below.
# - Version 8.11.0 dropped node v14 and v16 support.
'@elastic/elasticsearch':
- versions: '>=7.0.0 <7.7.0 || >7.7.0 <7.12.0'
commands: node test/instrumentation/modules/@elastic/elasticsearch.test.js
- versions: '>=7.12.0 <8.2'
node: '>=12.0.0'
commands: node test/instrumentation/modules/@elastic/elasticsearch.test.js
- versions: '>=8.2.0-patch.1 <8.2.0 || >8.2.0'
- versions: '>=8.2.0-patch.1 <8.2.0 || >8.2.0 <8.11.0'
node: '>=14.0.0'
commands: node test/instrumentation/modules/@elastic/elasticsearch.test.js
- versions: '>=8.11.0'
node: '>=18.0.0'
commands: node test/instrumentation/modules/@elastic/elasticsearch.test.js

handlebars:
versions:
Expand Down

0 comments on commit 1e8580f

Please sign in to comment.