You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since version 1.2.2, my pipeline has been failing due to changes introduced in this pull request.
Specifically, the direct usage of the MJML binary now requires specifying the MJML_PATH environment variable, as outlined in the README. This breaking change makes the package incompatible without additional configuration, which I believe should not have been released as a patch update.
Additionally, I am encountering issues with Node.js throwing deprecation warnings related to the punycode package. This seems to disrupt MJML generation, as the error output affects the pipeline. However, I am not certain whether this is directly related to this package or specific to my project setup.
How to reproduce the bug
Run a GitHub Action that uses this package without specifying the MJML_PATH environment variable to help the package find the MJML binary.
Package Version
1.2.2
PHP Version
8.4.1
Which operating systems does with happen with?
macOS, Linux
Notes
No response
The text was updated successfully, but these errors were encountered:
What happened?
Since version 1.2.2, my pipeline has been failing due to changes introduced in this pull request.
Specifically, the direct usage of the MJML binary now requires specifying the
MJML_PATH
environment variable, as outlined in the README. This breaking change makes the package incompatible without additional configuration, which I believe should not have been released as a patch update.Additionally, I am encountering issues with Node.js throwing deprecation warnings related to the
punycode
package. This seems to disrupt MJML generation, as the error output affects the pipeline. However, I am not certain whether this is directly related to this package or specific to my project setup.How to reproduce the bug
Run a GitHub Action that uses this package without specifying the
MJML_PATH
environment variable to help the package find the MJML binary.Package Version
1.2.2
PHP Version
8.4.1
Which operating systems does with happen with?
macOS, Linux
Notes
No response
The text was updated successfully, but these errors were encountered: