ethereumjs-monorepo
ethereumjs-monorepo copied to clipboard
Node version tests failing
Currently our nightly node version tests from here are failing for Node 14, 16 and 18, see e.g. this run.
Error message for all failing runs is:
Cannot find module '../../ethereum-tests/DifficultyTests/dfFrontier/difficultyFrontier.json'
So very likely something wrong along the ethereum/tests update or - the otherway around- with caching on the test runs, referring to some old files.
This should be fixed.
Can we at the same time also remove Node 12 from this? I'll pick this up today.
Can we at the same time also remove Node 12 from this?
Yes, definitely.
This is still not working, can someone please take on this issue during the week?