File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -259,15 +259,19 @@ elasticsearch:
259
259
# "8.2.0" because they are stuck with stack version numbers. However,
260
260
# semver (and TAV) consider "-patch.N" to be a *prereleases*. This
261
261
# leads to some tortured "versions:" ranges below.
262
+ # - Version 8.11.0 dropped node v14 and v16 support.
262
263
' @elastic/elasticsearch ' :
263
264
- versions : ' >=7.0.0 <7.7.0 || >7.7.0 <7.12.0'
264
265
commands : node test/instrumentation/modules/@elastic/elasticsearch.test.js
265
266
- versions : ' >=7.12.0 <8.2'
266
267
node : ' >=12.0.0'
267
268
commands : node test/instrumentation/modules/@elastic/elasticsearch.test.js
268
- - versions : ' >=8.2.0-patch.1 <8.2.0 || >8.2.0'
269
+ - versions : ' >=8.2.0-patch.1 <8.2.0 || >8.2.0 <8.11.0 '
269
270
node : ' >=14.0.0'
270
271
commands : node test/instrumentation/modules/@elastic/elasticsearch.test.js
272
+ - versions : ' >=8.11.0'
273
+ node : ' >=18.0.0'
274
+ commands : node test/instrumentation/modules/@elastic/elasticsearch.test.js
271
275
272
276
handlebars :
273
277
versions :
You can’t perform that action at this time.
0 commit comments