Skip to content

Commit bbe579e

Browse files
committedNov 28, 2023
Test using Node 20
1 parent 03f458d commit bbe579e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ JSON=amqp-rabbitmq-0.9.1.json
33
RABBITMQ_CODEGEN=https://raw.githubusercontent.com/rabbitmq/rabbitmq-codegen
44
AMQP_JSON=$(RABBITMQ_CODEGEN)/$(RABBITMQ_SRC_VERSION)/$(JSON)
55

6-
NODEJS_VERSIONS='10.21' '11.15' '12.18' '13.14' '14.5' '15.8' '16.3.0' '18.1.0'
6+
NODEJS_VERSIONS='10.21' '11.15' '12.18' '13.14' '14.5' '15.8' '16.3.0' '18.1.0' '20.10.0'
77

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

0 commit comments

Comments
 (0)
Please sign in to comment.