exa-analytics / exatomic

A unified platform for theoretical and computational chemists
https://exa-analytics.github.io/exatomic
Apache License 2.0
19 stars 12 forks source link

Failing build #279

Open herbertludowieg opened 1 year ago

herbertludowieg commented 1 year ago

Describe the bug Build is failing when running github actions.

herbertludowieg commented 1 year ago

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.