Fix running integration tests on macOS
This commit is contained in:
committed by
Jay Linski
parent
cb828aa282
commit
2afecb25db
@@ -16,7 +16,7 @@ unset npm_config_prefix
|
||||
echo "Handlebars should be able to run in various versions of NodeJS"
|
||||
for node_version_to_test in 12 14 16 18; do
|
||||
|
||||
rm target node_modules package-lock.json -rf
|
||||
rm -rf target node_modules package-lock.json
|
||||
mkdir target
|
||||
|
||||
nvm install "$node_version_to_test"
|
||||
|
||||
Reference in New Issue
Block a user