We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce082e0 commit 9eac97dCopy full SHA for 9eac97d
.travis.yml
@@ -5,7 +5,6 @@ node_js:
5
- "8"
6
- "9"
7
- "10"
8
- - "11"
9
env:
10
- SUITE=lint
11
- SUITE=unit
package.json
@@ -25,6 +25,9 @@
25
"url": "https://github.com/newrelic/node-newrelic-mysql/issues"
26
},
27
"homepage": "https://github.com/newrelic/node-newrelic-mysql#readme",
28
+ "engines": {
29
+ "node": ">=6.0.0 <11.0.0"
30
+ },
31
"devDependencies": {
32
"@newrelic/test-utilities": "^3.0.0",
33
"async": "^2.6.1",
0 commit comments