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.
2 parents 5ae49c0 + 1b11f0c commit db6e6faCopy full SHA for db6e6fa
.travis.yml
@@ -13,7 +13,9 @@ node_js:
13
- "9.11"
14
- "10.10"
15
- "11.1"
16
-- "node"
+- "12"
17
+- "13"
18
+- "node" # Latest stable Node version
19
20
sudo: false
21
package.json
@@ -9,7 +9,7 @@
9
"url": "https://github.com/squaremo/amqp.node.git"
10
},
11
"engines": {
12
- "node": ">=0.8 <=12"
+ "node": ">=0.8 <=14"
"dependencies": {
"bitsyntax": "~0.1.0",
0 commit comments