Overview
I'm not sure why, but CI is currently failing for windows node 24.
The last successful run was on Oct 21.
Now even empty commits fail:
See: #75, e251153
Details
It seems like the node version output at the end is overwriting the error message.
- It's not a change in the node version. The node 24 build is still on v24.10.0.
- When I turn on the debug mode, I'm not seeing any difference between node 24 and node 22 that would explain the error.
Outcomes
- Adjust the code to pass on windows node 24
- Optionally update the ci workflow file to run on every push to master and maybe even nightly
Overview
I'm not sure why, but CI is currently failing for windows node 24.
The last successful run was on Oct 21.
Now even empty commits fail:
See: #75, e251153
Details
It seems like the node version output at the end is overwriting the error message.
Outcomes