Revert "chore: set Node.js compatibility to v6+"
This reverts commit 309d2b49a1.
This commit is contained in:
committed by
Hannah Wolfe
parent
1fd2edee2a
commit
08e9a11a34
@@ -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 6 7 8 9 10 11 12 13; do
|
||||
for i in 0.10 0.12 4 5 6 7 8 9 10 11 ; do
|
||||
rm target node_modules package-lock.json -rf
|
||||
mkdir target
|
||||
nvm install "$i"
|
||||
|
||||
Reference in New Issue
Block a user