When running the action on a Windows host the action fails to locate the `pom.xml` file. The following error message is produced: ``` Error: No file in D:\a\che-che4z-lsp-for-cobol\che-che4z-lsp-for-cobol matched to [**/pom.xml], make sure you have checked out the target repository ``` The problem seems to be due to the failure of the `require('path')` and the fallback to `sep: '/'` on the line 37866: https://github.com/graalvm/setup-graalvm/blob/f07b5bfaefd6e145798e0bc9570232df4c3f8d17/dist/main.js#L37866 producing ``` ReferenceError: require is not defined ...
When running the action on a Windows host the action fails to locate the
pom.xmlfile.The following error message is produced:
The problem seems to be due to the failure of the
require('path')and the fallback tosep: '/'on the line 37866:https://github.com/graalvm/setup-graalvm/blob/f07b5bfaefd6e145798e0bc9570232df4c3f8d17/dist/main.js#L37866
producing