This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
Error: The "path" argument must be of type string. Received type undefined #137
Labels
bug
Something isn't working
Description
Mystery error. I am really not sure what is going on here. I had a CI pipeline that worked. Then we changed the AWS Instance type of the Github Action Runner and suddenly I get the error above. It seems like the toolchain actually got installed and the error happened after? The return status code of the Node process was
1
. Theundefined
part suggest its some JS issue.Here's what I tried, maybe some of it will help:
dist/index.js
file in this repo, but the above error string does not appear there at all, which is super puzzling.The Runner is Amazon Linux.
Workflow code
Action output
The text was updated successfully, but these errors were encountered: