Make CLI ESM for compatibility with new yargs
This commit is contained in:
@@ -14,7 +14,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 node_version_to_test in 18 20; do
|
||||
for node_version_to_test in 20 22; do
|
||||
|
||||
rm -rf target node_modules package-lock.json
|
||||
mkdir target
|
||||
|
||||
Reference in New Issue
Block a user