Use 16 to run RunnerService.js

This commit is contained in:
Ferenc Hammerl
2022-01-20 15:11:10 +00:00
committed by GitHub
parent ac31fd10b2
commit af424b9f64

View File

@@ -13,7 +13,7 @@ fi
# insert anything to setup env when running as a service
# run the host process which keep the listener alive
./externals/node12/bin/node ./bin/RunnerService.js &
./externals/node16/bin/node ./bin/RunnerService.js &
PID=$!
wait $PID
trap - TERM INT