-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump node version and set openssl-legacy-provider #2606
Conversation
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportBase: 81.52% // Head: 81.52% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #2606 +/- ##
=======================================
Coverage 81.52% 81.52%
=======================================
Files 131 131
Lines 19562 19562
=======================================
Hits 15947 15947
Misses 2795 2795
Partials 820 820 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this! @zachaller Would you work on #2609? Otherwise I can also look into it.
I would love the help looking into it I don't have much webpack experience. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* bump node version Signed-off-by: zachaller <[email protected]> * add legacy flag as a workaround Signed-off-by: zachaller <[email protected]> --------- Signed-off-by: zachaller <[email protected]>
* bump node version Signed-off-by: zachaller <[email protected]> * add legacy flag as a workaround Signed-off-by: zachaller <[email protected]> --------- Signed-off-by: zachaller <[email protected]>
This PR fixes the build pipeline again because of changes in github runners that upgrade node to version 18 actions/runner-images#7002 this caused
isses with hash generation functions that were depricated.
This turns on the legacy hash until I can spend time debugging front end deps.
Created an issue to track fixing this all properly #2609
This was the error from pipeline