-
Notifications
You must be signed in to change notification settings - Fork 0
chore: 🤖 Add strict .npmrc file
#106
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
Conversation
Add `.npmrc` with sane defaults
|
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.
Pull Request Overview
Adds a strict .npmrc to enforce consistent installs and versioning across the repo.
- Enforce lockfile usage and exact dependency versions
- Disable lifecycle scripts during install
- Fail installs when Node.js engine constraints don’t match
🚀 Performance Benchmark Results
✅ All benchmarks passed! |
out of the recipes from https://github.com/actions-ecosystem/recipes this sounded very interesting. As we're sometimes forgetting to set ourselves as the assignee after opening a PR, this action would be very helpful.
🚀 Performance Benchmark Results
✅ All benchmarks passed! |
Description
Add
.npmrcwith sane defaultsType of Change
Testing
Checklist
Browser Testing
If applicable, please test in the following browsers:
Performance Impact
If this change affects performance:
Breaking Changes
If this introduces breaking changes, please describe:
Additional Notes
Any additional information that reviewers should know.