Make CLI ESM for compatibility with new yargs

This commit is contained in:
Igor Savin
2026-03-19 00:40:09 +02:00
committed by Jay Linski
parent a8a1c9dd4f
commit ff02463429
5 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -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