Skip to content

Commit b22f3cf

Browse files
yahyafakhrojiclaude
authored andcommitted
fix(ci): add packageManager to datum-ui package.json for reusable workflow
The reusable publish workflow (datum-cloud/actions/publish-npm-package.yaml) reads package.json from the package path (packages/datum-ui), not the repo root. Since that file lacked a packageManager field, pnpm/action-setup@v4 could not determine the pnpm version.
1 parent 06143f8 commit b22f3cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/datum-ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@datum-cloud/datum-ui",
33
"type": "module",
44
"version": "0.2.1",
5+
"packageManager": "pnpm@10.28.1",
56
"license": "MIT",
67
"repository": {
78
"url": "https://github.com/datum-cloud/datum-ui"

0 commit comments

Comments
 (0)