mirror of
https://github.com/actions/runner.git
synced 2025-12-20 06:29:53 +00:00
Use 16 to run RunnerService.js
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user