chore: bump node version and set openssl-legacy-provider - #2606
Conversation
Signed-off-by: zachaller <zachaller@users.noreply.github.com>
Signed-off-by: zachaller <zachaller@users.noreply.github.com>
|
Kudos, SonarCloud Quality Gate passed!
|
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. |
agrawroh
left a comment
There was a problem hiding this comment.
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. |
* bump node version Signed-off-by: zachaller <zachaller@users.noreply.github.com> * add legacy flag as a workaround Signed-off-by: zachaller <zachaller@users.noreply.github.com> --------- Signed-off-by: zachaller <zachaller@users.noreply.github.com>
* bump node version Signed-off-by: zachaller <zachaller@users.noreply.github.com> * add legacy flag as a workaround Signed-off-by: zachaller <zachaller@users.noreply.github.com> --------- Signed-off-by: zachaller <zachaller@users.noreply.github.com>








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