-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
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
Reactions are currently unavailable