From 1e8580fb787bb76036a204e50e609410895fd7f3 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Tue, 2 Jul 2024 10:30:49 -0700 Subject: [PATCH] test: update Node.js versions with which we test the esclient (#4110) esclient v8.11.0's min support Node.js is v18 Refs: https://github.com/elastic/elasticsearch-js/pull/2055 --- .tav.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.tav.yml b/.tav.yml index 7fd1ae6e54..15f63f7446 100644 --- a/.tav.yml +++ b/.tav.yml @@ -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: