fix: upgrade to pnpm v12.3.4, disable release-age quarantine
CI / CI (pull_request) Failing after 1m14s

- Pin pnpm to v12.3.4 via packageManager field for reproducible builds
- Set minimum-release-age=0 to allow fresh package installs
- Update CI workflow to use corepack install (respects pinned version)
- Remove frozen-lockfile to regenerate for v12 format

Fixes ERR_PNPM_MINIMUM_RELEASE_AGE_VIOLATION on [email protected].0
This commit is contained in:
Story Crater Bot
2026-09-07 17:24:41 -07:00
parent ffb31e7f33
commit d0cb810bbe
4 changed files with 720 additions and 576 deletions
+1
View File
@@ -1,2 +1,3 @@
ignore-scripts=false
enable-pre-post-scripts=true
minimum-release-age=0