The latest version bump (v6.42.0) included an update to the Node version specified. Signal Desktop is quite specific about the version of node used, and previously this was hardcoded. This led to a failure in CI.
This change fetches the package.json for the version being built and reads the expected node version so that it can be installed with asdf, and should prevent similar failures in the future.
The latest version bump (v6.42.0) included an update to the Node version specified. Signal Desktop is quite specific about the version of node used, and previously this was hardcoded. This led to a failure in CI.
This change fetches the
package.json
for the version being built and reads the expected node version so that it can be installed withasdf
, and should prevent similar failures in the future.