A reproduction for https://github.com/actions/setup-node/issues/720.
Actions hang on
step actions/setup-node@v4
due to the presence of a non-empty file named
node.js
. A 2 minute timeout is added to cause the workflow to fail after
waiting a reasonable amount of time. The hang occurs due to
npm/cmd-shim#71.
(Note: npm/cmd-shim#64 contains a possible fix.)