Pin pnpm version in packageManager field to fix Docker build

corepack prepare pnpm --activate without a version was resolving to
12.0.0-alpha.0 (broken pre-release), causing the dockerhub-build-push
job to fail. Adding packageManager field pins it to a stable release.
This commit is contained in:
copilot-swe-agent[bot]
2026-07-05 04:21:32 +00:00
committed by GitHub
parent 24ae8f0742
commit 38c0ca22f4
+1
View File
@@ -21,6 +21,7 @@
}
]
},
"packageManager": "pnpm@11.5.2",
"private": true,
"dependencies": {
"@angular/animations": "^22.0.4",