gchq / gaffer-tools

gaffer-tools is deprecated. Use https://github.com/gchq/gafferpy instead
Apache License 2.0
50 stars 29 forks source link

UI tests failing due to node compatibility issues #833

Closed t11947 closed 3 years ago

t11947 commented 4 years ago

Presently, travis is using the latest version of nodejs to run the testing suite on for the UI apps. This has caused compatibility issues, as reported here: https://github.com/gchq/gaffer-tools/pull/830.

Changing Travis to use the LTS version of node should prevent these issues.

n3101 commented 3 years ago

@t92549 ref the node version change you mentioned this am, has this issue now gone away?

t92549 commented 3 years ago

This was potentially fixed in travis by #894, but it should not happen anymore as out tests are now on GitHub Actions (#864).