Files
runner/docs/checks/nodejs.md
2021-01-14 13:26:07 -05:00

1.0 KiB

Node.js Connection Check

What is this check for?

Make sure the built-in node.js has access to GitHub.com or GitHub Enterprise Server.

The runner carries it's own copy of node.js executable under <runner_root>/externals/node12/.

All javascript base Actions will get executed by the built-in node at <runner_root>/externals/node12/.

Not the node from $PATH

What is checked?

How to fix the issue?

1. Check the common network issue

Please check the network doc

If you are seeing Https request failed due to SSL cert issue in the log, it means the node.js can't connect to the GitHub server due to SSL handshake failure.

Please check the SSL cert doc

Still not working?

Contact GitHub customer service or log an issue at https://github.com/actions/runner if you think it's a runner issue.