We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe3396 commit bf32085Copy full SHA for bf32085
packages/instrumentation-tedious/.tav.yml
@@ -1,6 +1,13 @@
1
tedious:
2
- versions:
3
- include: ">=1.11.0 <12"
+ include: ">=1.11.0 <2"
4
+ mode: latest-majors
5
+ # tedious@1 uses tls.createSecurePair() which was removed in Node.js 24
6
+ # (https://nodejs.org/api/all.html#DEP0064).
7
+ node: "<24"
8
+ commands: npm run test
9
+ - versions:
10
+ include: ">=2 <12"
11
# 4.0.0 is broken: https://github.com/tediousjs/tedious/commit/4eceb48
12
exclude: "4.0.0"
13
mode: latest-majors
0 commit comments