Skip to content

Commit 5a37971

Browse files
authoredJun 17, 2024··
chore: Updated mysql2 tests to fix CI issue (#2282)
1 parent 11e0f8c commit 5a37971

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed
 

‎test/versioned/mysql2/package.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"node": ">=16"
1010
},
1111
"dependencies": {
12-
"mysql2": ">=1.3.1 <1.6.2 || >= 1.6.3",
13-
"generic-pool": "2.4 <2.5"
12+
"mysql2": ">=2.0.0",
13+
"generic-pool": ">=2.4 <2.5 || latest"
1414
},
1515
"files": [
1616
"basic-pool.tap.js",
@@ -20,9 +20,5 @@
2020
"transaction.tap.js"
2121
]
2222
}
23-
],
24-
"dependencies": {
25-
"generic-pool": "^2.4.6",
26-
"mysql2": "^1.5.1 <1.6.2"
27-
}
23+
]
2824
}

0 commit comments

Comments
 (0)
Please sign in to comment.