We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f458d commit bbe579eCopy full SHA for bbe579e
Makefile
@@ -3,7 +3,7 @@ JSON=amqp-rabbitmq-0.9.1.json
3
RABBITMQ_CODEGEN=https://raw.githubusercontent.com/rabbitmq/rabbitmq-codegen
4
AMQP_JSON=$(RABBITMQ_CODEGEN)/$(RABBITMQ_SRC_VERSION)/$(JSON)
5
6
-NODEJS_VERSIONS='10.21' '11.15' '12.18' '13.14' '14.5' '15.8' '16.3.0' '18.1.0'
+NODEJS_VERSIONS='10.21' '11.15' '12.18' '13.14' '14.5' '15.8' '16.3.0' '18.1.0' '20.10.0'
7
8
MOCHA=./node_modules/.bin/mocha
9
_MOCHA=./node_modules/.bin/_mocha
0 commit comments