-
Notifications
You must be signed in to change notification settings - Fork 2
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
[PR] Upgrading to Node16 and temporarily disabling Review App
and API Definition
tests
#405
Conversation
Codecov Report
@@ Coverage Diff @@
## main #405 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 15 15
Lines 490 490
=========================================
Hits 490 490 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I've seen this error popped up ever since
I'm opening an issue on this. Easy route would be to revert this upgrade but I wager we'll have to check what's going on in https://github.com/dwyl/useful. |
I find it very peculiar that we're getting this Line 56 in 4c0639a
|
Review App Script failed: https://github.com/dwyl/mvp/actions/runs/5864562055/job/15899841640?pr=405 🤷♂️ Re-running ... ♻️ |
Review App fails: #407 |
useful
bug
useful
bugReview App
GH action not deploying with flyctl
…to node_deprecated-#404
@LuchoTurtle given that the build is passing (with Review Apps disabled) feel free to assign for review + merge. |
Review App
GH action not deploying with flyctl
Review App
and API Definition
tests
@nelsonic this should be good to go. 👌 |
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.
@LuchoTurtle looks good. thanks. 🙏
closes #404
closes #406
Additionally, it upgrades the
mix.lock
file, thus fixing the compilation error when runningflyctl
(related to theuseful
package).This also temporarily disabled the
Review App
andAPI Definition
Github Action pipelines due to #407