We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ad93e commit 3789a30Copy full SHA for 3789a30
integration-testing/multi-nodejs-test/test.sh
@@ -17,7 +17,7 @@ cd "$( dirname "$( readlink -f "$0" )" )" || exit 1
17
unset npm_config_prefix
18
19
echo "Handlebars should be able to run in various versions of NodeJS"
20
-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
21
rm target node_modules package-lock.json -rf
22
mkdir target
23
nvm install "$i"
0 commit comments