Closed
Description
While this code runs on all the same versions of Node on Windows within CI, it seems to error out on platforms like Windows.
Log:
It appears to be a permissions issue of being unable to taskkill
(or similar) a PID on Windows machines on GH Actions CI. This makes sense to me, as it may introduce vulnerabilities.
As a temporary workaround, I will be removing that test from CI and simply doing tests manually on Windows myself. Please let us know if there's a better way you know of