From bbe579e467866a40ff1c0ae2428c416111340364 Mon Sep 17 00:00:00 2001 From: Stephen Cresswell <229672+cressie176@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:39:33 +0000 Subject: [PATCH] Test using Node 20 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a48005f3..db94e70a 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ JSON=amqp-rabbitmq-0.9.1.json RABBITMQ_CODEGEN=https://raw.githubusercontent.com/rabbitmq/rabbitmq-codegen AMQP_JSON=$(RABBITMQ_CODEGEN)/$(RABBITMQ_SRC_VERSION)/$(JSON) -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' MOCHA=./node_modules/.bin/mocha _MOCHA=./node_modules/.bin/_mocha