-
Notifications
You must be signed in to change notification settings - Fork 51
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
Update engines
and packageManager
fields in package.json
#832
Conversation
Signed-off-by: Sora Morimoto <sora@morimoto.io>
@smorimoto is attempting to deploy a commit to the Mux Team on Vercel. A member of the Team first needs to authorize it. |
"node": "^14.0.0 || ^16.0.0 || ^18.0.0 || >20.0.0", | ||
"npm": "^7.0.0 || ^8.0.0" |
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.
Make things as intended.
@@ -39,5 +39,6 @@ | |||
"version:update": "lerna version --exact --no-private --conventional-commits --conventional-prerelease=@mux/mux-active-viewer-count", | |||
"create-release-notes": "lerna run create-release-notes --scope @mux/*", | |||
"publish-release": "lerna run publish-release --scope @mux/* --" | |||
} | |||
}, | |||
"packageManager": "yarn@1.22.21+sha256.dbed5b7e10c552ba0e1a545c948d5473bc6c5a28ce22a8fd27e493e3e5eb6370" |
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.
We don't have to fix this completely, but at least we need to make it clear that the project depends on yarn v1.
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! thanks for the contributions!
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #832 +/- ##
=======================================
Coverage 82.44% 82.44%
=======================================
Files 40 40
Lines 8381 8381
Branches 461 462 +1
=======================================
Hits 6910 6910
Misses 1465 1465
Partials 6 6 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
No description provided.