You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have traced the issue to a incompatibility with the NodeJS package. The build uses 18.14.2. I have tested it with nodejs versions 12.22.9, 16.17.1, 16.19.1, 17.9.1 and 18.15.0. For versions >= 17.x.x it seems to always fail with the same error code.
Will try to dig a bit more and get to the bottom of it.
It's interesting though that the build for MacOS is not failing.
UPDATE:
Using actions/setup-node@v3 with node-version: "16.19.1" fixes the issue when running GitHub actions workflows.
Describe the bug
Build is failing when running github actions.
The text was updated successfully, but these errors were encountered: