Skip to content

ci: let pnpm/action-setup read packageManager - #25

Open
xianjianlf2 wants to merge 1 commit into
stvlynn:cursor/dsh-plugin-load-contract-32dafrom
xianjianlf2:codex/fix-pnpm-action-version
Open

ci: let pnpm/action-setup read packageManager#25
xianjianlf2 wants to merge 1 commit into
stvlynn:cursor/dsh-plugin-load-contract-32dafrom
xianjianlf2:codex/fix-pnpm-action-version

Conversation

@xianjianlf2

Copy link
Copy Markdown

Stacked fix for #3.

The failing check job exits in pnpm/action-setup@v4 because the workflow specifies version: 9 while package.json already declares packageManager: pnpm@9.0.0. Removing the workflow-level version lets the action use the packageManager value and avoids the multiple-version error.

Validation:

  • pnpm install --frozen-lockfile
  • pnpm --filter @dsh-fish/frontend exec react-router typegen
  • pnpm run typecheck
  • pnpm run test
  • pnpm run build

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