Skip to content

fix(ci): correct pnpm setup order in shipjs-trigger workflow#201

Merged
premsgr merged 1 commit into
mainfrom
fix/shipjs-trigger-pnpm-setup
May 19, 2026
Merged

fix(ci): correct pnpm setup order in shipjs-trigger workflow#201
premsgr merged 1 commit into
mainfrom
fix/shipjs-trigger-pnpm-setup

Conversation

@premsgr

@premsgr premsgr commented May 19, 2026

Copy link
Copy Markdown
Collaborator

fix(ci): correct pnpm setup order in shipjs-trigger workflow

Tasks completed

  • Moved pnpm/action-setup before actions/setup-node so the cache: pnpm option can resolve pnpm correctly
  • Replaced run_install on the pnpm action with an explicit pnpm install --frozen-lockfile --strict-peer-dependencies step for clearer, more reliable dependency installation in the Ship.js release workflow

Run pnpm/action-setup before setup-node so the pnpm cache works, and
install dependencies in an explicit step instead of run_install.
@premsgr premsgr merged commit a26f372 into main May 19, 2026
3 checks passed
@premsgr premsgr deleted the fix/shipjs-trigger-pnpm-setup branch May 19, 2026 15: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.

1 participant