pnpm install --frozen-lockfile currently fails on every PR with:
ERR_PNPM_LOCKFILE_MISSING_DEPENDENCY Broken lockfile: no entry for '@types/node@20.19.35'
#653 centralized @types/node through the pnpm catalog and migrated the other examples, but examples/langgraph-chat was left on "@types/node": "^20", leaving a dangling 20.19.35 reference with no package entry in the lockfile.
pnpm install --frozen-lockfilecurrently fails on every PR with:ERR_PNPM_LOCKFILE_MISSING_DEPENDENCY Broken lockfile: no entry for '@types/node@20.19.35'
#653 centralized
@types/nodethrough the pnpm catalog and migrated the other examples, butexamples/langgraph-chatwas left on"@types/node": "^20", leaving a dangling20.19.35reference with no package entry in the lockfile.