-
Notifications
You must be signed in to change notification settings - Fork 12
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: enable corepack #205
Conversation
✅ Deploy Preview for sefirot-story ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for sefirot-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov ReportBase: 67.98% // Head: 67.98% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #205 +/- ##
=======================================
Coverage 67.98% 67.98%
=======================================
Files 105 105
Lines 8402 8402
Branches 328 328
=======================================
Hits 5712 5712
Misses 2690 2690 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. |
Might wanna remove pnpm version from test workflow too. |
I've removed pnpm version from GitHub workflow 👍 |
I found that no package manager and its version are specified in the code base.
I believe it's reasonable to specify
packageManager
field inpackage.json
and to use corepack, so that everyone can use same version of same package manager always.I set everyone as reviewers to hear what you think, or just notification purpose.