mirror of
https://github.com/alexta69/metube.git
synced 2026-07-23 13:22:48 +00:00
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:
committed by
GitHub
parent
24ae8f0742
commit
38c0ca22f4
@@ -21,6 +21,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@11.5.2",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^22.0.4",
|
||||
|
||||
Reference in New Issue
Block a user