You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(deps): bump pnpm to v11
* build: make the pnpm 11 bump pass CI
The packageManager bump to pnpm@11.5.2 broke every job: pnpm 11 requires
Node >= 22.13 (it loads node:sqlite), but all workflows pinned Node 20, so
install crashed before doing anything.
- bump node-version 20 -> 22 in all five workflows (test, pr-title,
cli-binaries, drift-check, watchdog); binaries still compile under bun, Node
is only used for pnpm + tooling scripts
- add pnpm-workspace.yaml with two pnpm-11 defaults neutralized:
- allowBuilds.lefthook: true — pnpm 11 blocks dependency build scripts by
default; lefthook needs its postinstall to install the git hooks
- minimumReleaseAge: 0 — pnpm 11's release-age policy rejects deps published
inside the cooldown window, which would intermittently fail
--frozen-lockfile whenever drift-check bumps @rendobar/sdk the same day it
publishes
Verified locally: pnpm@11.5.2 install --frozen-lockfile exits 0 with no
lockfile drift.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Abdelrahman Essawy <abdelrahman.mo.essawy@gmail.com>
0 commit comments