mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-09 05:20:50 +00:00
9b073e2183
- add frontend/.nvmrc (24.17.0) as the single source of truth for Node; GitHub CI reads it via node-version-file, Dockerfile uses node:24.17.0-slim - bump packageManager to pnpm@11.8.0; drop "corepack prepare pnpm@latest" so the pnpm version derives from packageManager everywhere - migrate pnpm onlyBuiltDependencies -> allowBuilds in pnpm-workspace.yaml (the package.json "pnpm" field is no longer read by pnpm 11) - add a CI step that fails if the Dockerfile Node tag drifts from .nvmrc Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>