Skip to content

Commit 3789a30

Browse files
committed
chore: start testing on Node.js 12 and 13
- make sure we're aware of all compatibility issues
1 parent e6ad93e commit 3789a30

File tree

1 file changed

+1
-1
lines changed
  • integration-testing/multi-nodejs-test

1 file changed

+1
-1
lines changed

integration-testing/multi-nodejs-test/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd "$( dirname "$( readlink -f "$0" )" )" || exit 1
1717
unset npm_config_prefix
1818

1919
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
20+
for i in 0.10 0.12 4 5 6 7 8 9 10 11 12 13 ; do
2121
rm target node_modules package-lock.json -rf
2222
mkdir target
2323
nvm install "$i"

0 commit comments

Comments
 (0)