Skip to content

Commit 1ed7097

Browse files
committed
chore: add missign peer dependenciy for tav tests in pino
1 parent 51afb3e commit 1ed7097

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/instrumentation-pino/.tav.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ pino:
55
node: ">=18"
66
commands: npm run test
77
- versions:
8-
include: '>=5.14.0 <9'
8+
include: '>=7.0.0 <9'
99
mode: max-7
1010
node: ">=14"
1111
commands: npm run test
12+
- versions:
13+
include: '>=5.14.0 <7'
14+
mode: max-7
15+
node: ">=14"
16+
peerDependencies:
17+
18+
commands: npm run test

0 commit comments

Comments
 (0)