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
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
minimumReleaseAge: 10080
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Upgrade pnpm before enabling minimumReleaseAge

minimumReleaseAge is configured here, but this repo still runs pnpm 10.9.0 (package.json and .github/actions/setup-pnpm/action.yml both pin 10.9.0), while pnpm’s official settings docs mark minimumReleaseAge as “Added in: v10.16.0”. In current CI/local installs, this policy is therefore not actually enforced, so the commit creates a false sense of supply-chain protection until the pnpm version is bumped to one that supports the setting.

Useful? React with 👍 / 👎.

Loading