From 3789a309554fd600caeae442f40881cf93eb3b54 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Fri, 3 Apr 2020 20:05:19 +0100 Subject: [PATCH] chore: start testing on Node.js 12 and 13 - make sure we're aware of all compatibility issues --- integration-testing/multi-nodejs-test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-testing/multi-nodejs-test/test.sh b/integration-testing/multi-nodejs-test/test.sh index 99682b453..4dd6d05a8 100755 --- a/integration-testing/multi-nodejs-test/test.sh +++ b/integration-testing/multi-nodejs-test/test.sh @@ -17,7 +17,7 @@ cd "$( dirname "$( readlink -f "$0" )" )" || exit 1 unset npm_config_prefix echo "Handlebars should be able to run in various versions of NodeJS" -for i in 0.10 0.12 4 5 6 7 8 9 10 11 ; do +for i in 0.10 0.12 4 5 6 7 8 9 10 11 12 13 ; do rm target node_modules package-lock.json -rf mkdir target nvm install "$i"