Skip to content

fix: add pnpm setup step to release workflow#1196

Merged
kbader-godaddy merged 1 commit intomainfrom
fix/add-pnpm-setup-to-release-workflow
Oct 17, 2025
Merged

fix: add pnpm setup step to release workflow#1196
kbader-godaddy merged 1 commit intomainfrom
fix/add-pnpm-setup-to-release-workflow

Conversation

@kbader-godaddy
Copy link
Contributor

Problem

The release workflow was failing because pnpm was not installed before attempting to use it.

Error: Unable to locate executable file: pnpm. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable.

Solution

Added pnpm/action-setup@v4 step before the Node setup. This action automatically uses the pnpm version specified in package.json (pnpm@10.14.0).

Changes

  • Added "Setup pnpm" step using pnpm/action-setup@v4
  • Updated quote style in node-version-file and cache parameters for consistency

Fixes the workflow failure in: https://github.com/godaddy/javascript/actions/runs/18573497917/job/52953071075

@kbader-godaddy kbader-godaddy requested a review from a team as a code owner October 16, 2025 20:19
@kbader-godaddy kbader-godaddy merged commit 1939cb2 into main Oct 17, 2025
3 checks passed
@kbader-godaddy kbader-godaddy deleted the fix/add-pnpm-setup-to-release-workflow branch October 17, 2025 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants