mirror of
https://github.com/actions/runner.git
synced 2025-12-14 13:43:33 +00:00
Remove node16 from the runner. (#3503)
This commit is contained in:
@@ -10,7 +10,7 @@ if [ -f ".path" ]; then
|
||||
echo ".path=${PATH}"
|
||||
fi
|
||||
|
||||
nodever=${GITHUB_ACTIONS_RUNNER_FORCED_NODE_VERSION:-node16}
|
||||
nodever="node20"
|
||||
|
||||
# insert anything to setup env when running as a service
|
||||
# run the host process which keep the listener alive
|
||||
|
||||
Reference in New Issue
Block a user