Skip to content

Commit 270d55d

Browse files
ikenfincressie176
authored andcommitted
Bring back legacy nodejs versions in test setup
1 parent 713199f commit 270d55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ RABBITMQ_SRC_VERSION=v3.12.13
22
JSON=amqp-rabbitmq-0.9.1.json
33
AMQP_JSON=https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/$(RABBITMQ_SRC_VERSION)/deps/rabbitmq_codegen/$(JSON)
44

5-
NODEJS_VERSIONS='12.18' '13.14' '14.5' '15.8' '16.3.0' '18.1.0' '20.10.0' '22.14.0'
5+
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'
66

77
MOCHA=./node_modules/.bin/mocha
88
_MOCHA=./node_modules/.bin/_mocha

0 commit comments

Comments
 (0)