Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
package-lock=false

min-release-age=1
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

min-release-age=1 is ambiguous without units and it’s not obvious which package manager(s) will honor it (e.g., this won’t affect the Yarn-based CI job). To avoid the setting being misinterpreted or silently ignored, consider adding an inline comment clarifying the unit/meaning of 1 and the intended package manager scope, or using an explicit duration format if supported.

Suggested change
min-release-age=1
min-release-age=1 # npm only; require packages to be at least 1 day old before install/update (no effect on Yarn)

Copilot uses AI. Check for mistakes.
Loading