Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.01 KB

nodejs.md

File metadata and controls

30 lines (16 loc) · 1.01 KB

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 its own copy of node.js executable under <runner_root>/externals/node20/.

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

Not the node from $PATH

What is checked?

How to fix the issue?

1. Check the common network issue

Please check the network doc

2. SSL certificate related issue

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.