keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Bump up Node.js version used in the 'E2E / Locally' workflow to 14.17.0 #121

Closed michalinacienciala closed 2 years ago

michalinacienciala commented 2 years ago

Previously for part of the workflow we were using Node.js in version 12 and for part - version 14.17.0. Version 12 was needed because some of the installed subprojects were built using v12. Now all subprojects are built using v14, so we can use one common v14 for the whole workflow with e2e tests.

michalinacienciala commented 2 years ago

Workflow run on the modified code: https://github.com/keep-network/local-setup/runs/3729731465?check_suite_focus=true. It is still failing, but no longer due to incompatible Node versions (the new reason of failure will be fixed in keep-network/coverage-pools#198).