Skip to content

Commit

Permalink
chore: start testing on Node.js 12 and 13
Browse files Browse the repository at this point in the history
- make sure we're aware of all compatibility issues
  • Loading branch information
ErisDS committed Apr 3, 2020
1 parent e6ad93e commit 3789a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-testing/multi-nodejs-test/test.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 3789a30

Please sign in to comment.