Commit b22f3cf
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments