Skip to content

chore: switch from yarn to pnpm - #373

Merged
kvvasuu merged 1 commit into
v4from
chore/switch-to-pnpm
Aug 15, 2026
Merged

chore: switch from yarn to pnpm#373
kvvasuu merged 1 commit into
v4from
chore/switch-to-pnpm

Conversation

@kvvasuu

@kvvasuu kvvasuu commented Aug 15, 2026

Copy link
Copy Markdown
Collaborator

Fixes #257

Summary

  • Removes yarn.lock in favor of pnpm-lock.yaml.
  • Pins the pnpm version via packageManager in package.json (Corepack) - no more ambiguity about which yarn/pnpm version to use, one of the original issue's complaints.
  • Updates main.yml and release.yml to use pnpm/action-setup@v6 + pnpm install --frozen-lockfile/build/test/eslint:ci. The npm publish step in release.yml is untouched.
  • Updates CONTRIBUTING.md's install instructions.

Removes yarn.lock in favor of pnpm-lock.yaml, updates CI/release workflows and CONTRIBUTING.md, and pins the pnpm version via packageManager in package.json.
@kvvasuu
kvvasuu merged commit cff4243 into v4 Aug 15, 2026
@kvvasuu
kvvasuu deleted the chore/switch-to-pnpm branch August 15, 2026 18:36
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