Skip to content

Commit 19fb6cb

Browse files
authored
Merge pull request #605 from squaremo/allow-node-15
Bump NPM packages and Node version allowed
2 parents e3e1016 + 836cbc9 commit 19fb6cb

File tree

5 files changed

+900
-18
lines changed

5 files changed

+900
-18
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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='0.8' '0.9' '0.10' '0.11' '0.12' '1.8.4' '2.5' '3.3' '4.9' '5.12' '6.17' '8.17' '9.11' '10.21' '11.15' '12.18' '13.14' '14.5'
6+
NODEJS_VERSIONS='0.8' '0.9' '0.10' '0.11' '0.12' '1.8.4' '2.5' '3.3' '4.9' '5.12' '6.17' '8.17' '9.11' '10.21' '11.15' '12.18' '13.14' '14.5' '15.8'
77

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

0 commit comments

Comments
 (0)