Skip to content

fix(pnpm-install): pass working-directory to package_json_file#270

Merged
vladfrangu merged 1 commit intomainfrom
chore/pnpm-install-working-directory
Apr 16, 2026
Merged

fix(pnpm-install): pass working-directory to package_json_file#270
vladfrangu merged 1 commit intomainfrom
chore/pnpm-install-working-directory

Conversation

@B4nan
Copy link
Copy Markdown
Member

@B4nan B4nan commented Apr 16, 2026

Follow-up to #269 — pnpm/action-setup reads the version from package.json. When working-directory is set (e.g. impit-node), root has no package.json and version lookup fails. Forward working-directory to package_json_file.

🤖 Generated with Claude Code

pnpm/action-setup reads the pnpm version from package.json. When
the project lives in a subdirectory (e.g. impit-node), the root
has no package.json and the version lookup fails. Forward the
working-directory input so it finds the right file.
@github-actions github-actions bot added this to the 138th sprint - Tooling team milestone Apr 16, 2026
@github-actions github-actions bot added the t-tooling Issues with this label are in the ownership of the tooling team. label Apr 16, 2026
@B4nan B4nan added the adhoc Ad-hoc unplanned task added during the sprint. label Apr 16, 2026
@B4nan B4nan requested a review from vladfrangu April 16, 2026 10:45
@vladfrangu vladfrangu merged commit 588e2e3 into main Apr 16, 2026
3 of 5 checks passed
@vladfrangu vladfrangu deleted the chore/pnpm-install-working-directory branch April 16, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants