Skip to content

Build in CI is currently broken, works locally for me though #199

@gabrielKerekes

Description

@gabrielKerekes

After updating the Trezor Connect package the build fails in the CI (see here) because of old Node version. It passes locally for me and I wasn also able to build a release. We can't however update the Node version before updating/changing the build system - since what we currently use - pkg - has been deprecated and doesn't support newer node versions. We should probably upgrade to Single executable applications which will however require significant effort and might not even work in the end. While we'll be updating the build system we can also update other things - yarn, other packages, node, ...

So what should be done:

  • update node
  • update yarn
  • update other packages (dependencies)
  • update tsconfig
  • update eslint
  • replace pkg (if even possible)
  • anything else that pops up

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions