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 713199f commit 270d55dCopy full SHA for 270d55d
Makefile
@@ -2,7 +2,7 @@ RABBITMQ_SRC_VERSION=v3.12.13
2
JSON=amqp-rabbitmq-0.9.1.json
3
AMQP_JSON=https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/$(RABBITMQ_SRC_VERSION)/deps/rabbitmq_codegen/$(JSON)
4
5
-NODEJS_VERSIONS='12.18' '13.14' '14.5' '15.8' '16.3.0' '18.1.0' '20.10.0' '22.14.0'
+NODEJS_VERSIONS='10.21' '11.15' '12.18' '13.14' '14.5' '15.8' '16.3.0' '18.1.0' '20.10.0' '22.14.0'
6
7
MOCHA=./node_modules/.bin/mocha
8
_MOCHA=./node_modules/.bin/_mocha
0 commit comments